compileSingleRowExpression

Function: compileSingleRowExpression()

ts
function compileSingleRowExpression(expr): CompiledSingleRowExpression;

Defined in: packages/db/src/query/compiler/evaluators.ts:83

Compiles a single-row expression into an optimized evaluator function.

Parameters

expr

BasicExpression

Returns

CompiledSingleRowExpression