Skip to main content

analyze_query_plan_schema_with_catalog

Function analyze_query_plan_schema_with_catalog 

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