pub fn analyze_query_plan_schema_with_catalog(
routines: &dyn RoutineResolution,
plan: &QueryPlan,
params: &[SQLParam],
catalog: CatalogReadView,
resolution: RelationNameResolution,
) -> Result<RowSchema, SQLError>pub fn analyze_query_plan_schema_with_catalog(
routines: &dyn RoutineResolution,
plan: &QueryPlan,
params: &[SQLParam],
catalog: CatalogReadView,
resolution: RelationNameResolution,
) -> Result<RowSchema, SQLError>