Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 421 Bytes

File metadata and controls

14 lines (10 loc) · 421 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:11

Operations that indexes can support, imported from available comparison functions