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.
pub fn lower_sql(
source: &str,
language: &str,
registry: &SqlSchemaRegistry,
) -> Result<LoweredQueryPlan, SqlAdapterError>Parses, validates, and lowers exactly one SQL statement and its provenance.