Skip to main content

validate_with_schema

Function validate_with_schema 

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

Validate names, function names, and function arity without evaluating an expression. Query execution calls this before scanning so an empty input cannot hide a malformed or unresolved expression.