FilterCondition()| Name | Type |
|---|---|
| column | Required[str] |
| operator | Required[Literal['=', '!=', '<', '<=', '>', '>=', 'like', 'ilike', 'is null', 'is not null', 'between', 'not between', 'in', 'not in']] |
| value | ScalarType | list[ScalarType] | tuple[ScalarType, ScalarType] |