Module conditions

Source
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§

ComparisonOperator
Provides the available comparison operators for standardizing input for the Conditions.add_condition() method.
IsInJoinedTable
Represents whether the column is from a joined table or not.
LogicalOperator
Provides the available logical operators for combining conditions between a previous condition.