pub fn eval_expr( expr: &Expr, row: &Row<'static>, ctx: &EvalContext<'_>, ) -> Result<Value<'static>, EvalError>