Skip to main content

eval

Function eval 

Source
pub fn eval(table: &Table, row: &Row, expr: &Expr) -> Result<Value, DbError>
Expand description

Evaluate an expression against a single table row.