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