Polyglot SQL API Documentation - v0.5.12
    Preparing search index...

    Interface QueryAnalysis

    interface QueryAnalysis {
        baseTables: RelationFact[];
        cteFacts: CteFact[];
        ctes: string[];
        projections: ProjectionFact[];
        relations: RelationFact[];
        setOperations: SetOperationFact[];
        shape: QueryShape;
        starProjections: StarProjectionFact[];
    }
    Index

    Properties

    baseTables: RelationFact[]
    cteFacts: CteFact[]
    ctes: string[]
    projections: ProjectionFact[]
    relations: RelationFact[]
    setOperations: SetOperationFact[]
    shape: QueryShape
    starProjections: StarProjectionFact[]