Interface: IndexMatchInput
Defined in: packages/core/src/indices/index.ts:10
Describes a single expression to match against an index, together with the operator call that wraps it.
Properties
containingFn
containingFn:
FnCall
Defined in: packages/core/src/indices/index.ts:14
The operator call (e.g. an equality check) that contains expr.
expr
expr:
OpOrId
Defined in: packages/core/src/indices/index.ts:12
The expression being tested (the operand to containingFn).