Module

x/pg_mem/schema/function-call-table.ts>FunctionCallTable

An in memory postgres DB instance for your unit tests
Latest
class FunctionCallTable
import { FunctionCallTable } from "https://dotland.deno.dev/x/pg_mem@3.0.2/schema/function-call-table.ts";

Constructors

new
FunctionCallTable(cols: readonly RecordCol[], evaluator: IValue)

Properties

private
readonly
colsByName: Map<string, IValue>
private
symbol: symbol
readonly
columns: readonly IValue[]
readonly
isExecutionWithNoResult: boolean

Methods

entropy(t: _Transaction): number
enumerate(t: _Transaction): Iterable<any>
getColumn(column: string, nullIfNotFound?: boolean | undefined): IValue
getIndex(forValue: IValue): _IIndex | null | undefined
hasItem(value: any, t: _Transaction): boolean
isOriginOf(value: IValue): boolean