Module

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

An in memory postgres DB instance for your unit tests
Go to Latest
class FunctionCallTable
extends DataSourceBase<any>
import { FunctionCallTable } from "https://dotland.deno.dev/x/pg_mem@2.6.3/schema/function-call-table.ts";

Constructors

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

Properties

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

Methods

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