Expand description
This module contains utility functions for working with conditions.
Structs§
- Conditions
- Represents a set of conditions to be used in an execution.
Enums§
- Comparison
Operator - Provides the available comparison operators for standardizing input for the
Conditions.add_condition()
method. - IsIn
Joined Table - Represents whether the column is from a joined table or not.
- Logical
Operator - Provides the available logical operators for combining conditions between a previous condition.