Member Junction
    Preparing search index...

    Diagnostic metadata for a single composition operation.

    interface CompositionDiagnostic {
        CategoryPath: string;
        CTEName: string;
        DepName: string;
        InnerCTEsHoisted: number;
        OrderByStripped: boolean;
    }
    Index

    Properties

    CategoryPath: string

    Category path of the dependency

    CTEName: string

    Generated CTE name in the output

    DepName: string

    Name of the dependency query resolved

    InnerCTEsHoisted: number

    Number of inner CTEs hoisted from this dep

    OrderByStripped: boolean

    Whether ORDER BY was stripped from this dep