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

    Interface StarProjectionFact

    interface StarProjectionFact {
        expandedColumns: string[];
        index: number;
        table?: string;
    }
    Index

    Properties

    expandedColumns: string[]
    index: number
    table?: string