Expand description
SQL expression evaluator over Volcano rows.
Evaluates [sql::ast::Expr] nodes against a (Row, Schema) context,
producing SochValue results. Used by Filter, Project, Sort, and
Join operators for predicate and expression evaluation.
Functionsยง
- compare_
values - Compare two SochValues, returning ordering if comparable.
- eval_
expr - Evaluate an expression against a row, producing a scalar value.
- eval_
predicate - Evaluate a predicate expression, returning a boolean.
- value_
is_ truthy - Check if a value is truthy (for predicate evaluation).