Skip to main content

bind_source_plan_schema

Function bind_source_plan_schema 

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

Derive the exact row type of one FROM source without executing it.