pub fn eval_predicate(
expr: &Expr,
table: &Table,
rowid: i64,
scope_name: &str,
) -> Result<bool>Expand description
Returns true if the row at rowid matches the predicate
expression. scope_name is the user-visible name a t.col
qualifier must match — the FROM alias when declared, else the
table name (SQLR-14).