Skip to main content

eval

Function eval 

Source
pub fn eval(e: &Expr, row: &Bound<'_>) -> Result<Value, Error>
Expand description

Evaluate an expression against one bound row.