Skip to main content

eval

Function eval 

Source
pub fn eval(expr: &Expr, ctx: &EvalContext<'_>) -> Result<Value>
Expand description

Evaluate a value-producing expression. Function calls are not dispatched here; the compiler routes them through the function registry instead. Calling eval on a Func expr returns Unsupported so latent function-in-projection bugs surface loudly.