Skip to content

routier-collection


routier-collection / core/src / evaluate

Function: evaluate()

evaluate(expression, row): EvaluationResult

Defined in: core/src/expressions/evaluate.ts:160

Evaluates expression against row, or returns undefined when it cannot.

See the note at the top of this file: undefined means KEEP the row.

Parameters

expression

Expression

row

UnknownRecord

Returns

EvaluationResult

Released under the MIT License.