Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 492 Bytes

File metadata and controls

16 lines (11 loc) · 492 Bytes
id IndexOperation
title IndexOperation

Variable: 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