API Reference#

Tumult Core Module.

Modules#

domains

Domains.

exceptions

Special exceptions raised by Core in certain situations.

measurements

Measurements.

measures

Module containing supported variants for differential privacy.

metrics

Module containing metrics used for constructing measurements and transformations.

random

Modules related to random number generation.

transformations

Transformations.

utils

Utilities.

Functions#

check_java11()

Check for running on Java11+, and make sure the correct options are set.

check_java11()#

Check for running on Java11+, and make sure the correct options are set.

Raises

SparkConfigError – If Spark is running on Java 11 or higher, but is not configured with the options required for Java 11 or higher.

Return type

None