| id | IndexOperation |
|---|---|
| title | IndexOperation |
const IndexOperation: readonly ["eq", "gt", "gte", "lt", "lte", "in", "like", "ilike"] = comparisonFunctions;Defined in: packages/db/src/indexes/base-index.ts:8
Operations that indexes can support, imported from available comparison functions