import { CustomIndex } from "https://dotland.deno.dev/x/pg_mem@2.6.7/schema/custom-index.ts";
Properties
readonly
expressions: IValue<any>[]Methods
add(raw: any): void
entropy(): number
eq(unnamed 0: any, t: _Transaction): Iterable<any>
eqFirst(unnamed 0: any, t: _Transaction)
ge(rawKey: any, t: _Transaction): Iterable<any>
gt(rawKey: any, t: _Transaction): Iterable<any>
le(rawKey: any, t: _Transaction): Iterable<any>
lt(rawKey: any, t: _Transaction): Iterable<any>
neq(unnamed 0: any, t: _Transaction)
nin(keys: any[][], t: _Transaction)
stats(t: _Transaction, key?: IndexKey): Stats | null