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.