pub fn lower_sql_cst(
network: &LinkNetwork,
language: &str,
registry: &SqlSchemaRegistry,
) -> Result<QueryPlan, SqlAdapterError>Expand description
Lowers one complete, clean SQL CST into the shared executable IR.
pub fn lower_sql_cst(
network: &LinkNetwork,
language: &str,
registry: &SqlSchemaRegistry,
) -> Result<QueryPlan, SqlAdapterError>Lowers one complete, clean SQL CST into the shared executable IR.