Skip to main content

eval_with_schema

Function eval_with_schema 

Source
pub fn eval_with_schema(
    schema: &[ColumnBinding],
    row: &Row,
    expr: &Expr,
) -> Result<Value, DbError>
Expand description

Evaluate an expression against a row and a resolved, possibly joined, schema. Unqualified ambiguous columns are rejected.