Skip to main content

Module eval

Module eval 

Source
Expand description

Row-scope evaluator for SqlExpr.

eval() resolves column references against a single document. eval_with_old() resolves Column(..) against the post-update (“new”) document and OldColumn(..) against the pre-update (“old”) document — this is the path used by TRANSITION CHECK and similar old/new diff predicates.