Skip to main content

lower_sql

Function lower_sql 

Source
pub fn lower_sql(
    source: &str,
    language: &str,
    registry: &SqlSchemaRegistry,
) -> Result<LoweredQueryPlan, SqlAdapterError>
Expand description

Parses, validates, and lowers exactly one SQL statement and its provenance.