class JoinIndex
implements _IIndex
import { JoinIndex } from "https://deno.land/x/pg_mem@3.0.3/transforms/join.ts";
Constructors
new
JoinIndex(owner: JoinSelection, base: _IIndex)Properties
readonly
expressions: IndexExpression[]Methods
private
chooseStrategy(t: _Transaction)eqFirst(rawKey: IndexKey, t: _Transaction): Row | null
stats(t: _Transaction, key?: IndexKey): Stats | null