function compileSingleRowExpression(expr): CompiledSingleRowExpression;
Defined in: packages/db/src/query/compiler/evaluators.ts:83
Compiles a single-row expression into an optimized evaluator function.
BasicExpression
CompiledSingleRowExpression