Skip to main content

analyze_source_plan_schema

Function analyze_source_plan_schema 

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

Derive and validate one FROM source’s exact row type without executing it.