Skip to main content

plan_sql_for_routing

Function plan_sql_for_routing 

Source
pub fn plan_sql_for_routing<C: Catalog + ?Sized>(
    catalog: &C,
    sql: &str,
) -> Result<Vec<PlannedStatement>, SqlError>
Expand description

Parse and plan SQL without executing it, returning SQL-owned routing input.