| Class | Description |
|---|---|
| AllOf |
A composite filtering that only returns
true if all component filters return true |
| AnyOf |
A composite filtering that only returns
true if all component filters return true |
| BooleanIsFalse | |
| BooleanIsTrue | |
| ColumnFilter | |
| DateEqualTo | |
| DateTimeEqualTo | |
| Filter |
A predicate applied to a Relation, to return a subset of the rows in that table
|
| FloatEqualTo | |
| FloatGreaterThan | |
| FloatGreaterThanOrEqualTo | |
| FloatLessThan | |
| FloatLessThanOrEqualTo | |
| FloatNotEqualTo | |
| IntBetween | |
| IntEqualTo | |
| IntGreaterThan | |
| IntGreaterThanOrEqualTo | |
| IntIsIn | |
| IntLessThan | |
| IntLessThanOrEqualTo | |
| IsFalse |
A boolean filtering, returns true if the filtering it wraps returns false, and vice-versa.
|
| IsMissing |
A filtering that matches all missing values in a column
|
| IsNotMissing |
A filtering that matches all non-missing values in a column
|
| IsTrue |
A boolean filtering.
|
| LocalDateBetween | |
| StringEqualTo |
Implements EqualTo testing for Category and Text Columns
|
| StringInSet |
Implements EqualTo testing for Category and Text Columns
|
| StringNotEqualTo |
Implements EqualTo testing for Category and Text Columns
|
| StringNotInSet |
Implements EqualTo testing for Category and Text Columns
|
| TimeEqualTo | |
| TimeNotEqualTo |