Skip to main content

plan_statement_for_routing

Function plan_statement_for_routing 

Source
pub fn plan_statement_for_routing<C: Catalog + ?Sized>(
    catalog: &C,
    statement: &Statement,
) -> Result<PlannedStatement, PlannerError>
Expand description

Plan a parsed statement without executing it, returning SQL-owned routing input.