is_not_ilike
Comparator for SQL NOT ILIKE operator. Checks if a column value does not match a pattern (case-insensitive).
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| value (required) | The pattern to match against. | str | None |
Comparator for SQL NOT ILIKE operator. Checks if a column value does not match a pattern (case-insensitive).
| Name | Description | Type | Default |
|---|---|---|---|
| value (required) | The pattern to match against. | str | None |