Skip to main content

eval_predicate

Function eval_predicate 

Source
pub fn eval_predicate(expr: &Expr, table: &Table, rowid: i64) -> Result<bool>
Expand description

Returns true if the row at rowid matches the predicate expression.