Skip to main content
Version: 1.9.0

NullityCondition

Signature

class great_expectations.expectations.row_conditions.NullityCondition(
*,
type: Literal['nullity'] = 'nullity',
column: great_expectations.expectations.row_conditions.Column,
is_null: bool
)

Condition representing the whether or not a column is null.