Skip to main content

validate_statement_against_catalog

Function validate_statement_against_catalog 

Source
pub fn validate_statement_against_catalog(
    statement: &Statement,
    catalog: &Catalog,
) -> Result<(), SqlError>
Expand description

Convenience wrapper: normalizes statement against catalog purely for the side-effect of catalog validation.

ยงErrors

As normalize_statement.