import { RestrictiveIndex } from "https://dotland.deno.dev/x/pg_mem@2.6.7/transforms/restrictive-index.ts";
Constructors
new
RestrictiveIndex(base: _IIndex<T>, filter: _ISelection<T>)Properties
readonly
expressions: IndexExpression[]Methods
private
match(raw: T, t: _Transaction)eqFirst(rawKey: IndexKey, t: _Transaction)
stats(t: _Transaction, key?: IndexKey): Stats | null