Skip to main content

bind_query_plan_schema

Function bind_query_plan_schema 

Source
pub fn bind_query_plan_schema(
    routines: &dyn RoutineResolution,
    plan: &QueryPlan,
    params: &[SQLParam],
    ctes: &BindingContext<'_>,
    outer: Option<&RowSchema>,
) -> Result<RowSchema, SQLError>
Expand description

Derive the exact output row type of a query plan without executing it.