Skip to main content
Version: 0.18.9

MetricDomainTypes

class great_expectations.core.metric_domain_types.MetricDomainTypes(value)#

Enum type, whose members signify the data “Domain”, on which a metric can be computed.

A wide variety of “Domain” types can be defined with applicable metrics associated with their respective “Domain” types. The “Domain” types currently in use (TABLE, COLUMN, COLUMN_PAIR, and MULTICOLUMN) are declared here.

COLUMN = 'column'#
COLUMN_PAIR = 'column_pair'#
MULTICOLUMN = 'multicolumn'#
TABLE = 'table'#