pub fn eval_expr(
expr: &Expr,
columns: &[ColumnDef],
row: &[Value],
) -> Result<Value>Expand description
Evaluate an expression against a row.
columns maps column names to their positions.
row is the full row of values (all columns).