evaluate

Function evaluate 

Source
pub fn evaluate(expr: &TypedExpr, ctx: &EvalContext<'_>) -> Result<SqlValue>
Expand description

Evaluate a typed expression against the provided evaluation context.