is_not_in
Comparator for SQL NOT IN operator. Checks if a column value is not in a specified list of values.
Parameters
Name | Description | Type | Default |
---|---|---|---|
value (required) | The list of values to check against. | List[Any] | None |
Comparator for SQL NOT IN operator. Checks if a column value is not in a specified list of values.
Name | Description | Type | Default |
---|---|---|---|
value (required) | The list of values to check against. | List[Any] | None |