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

    Interface RelationFact

    interface RelationFact {
        alias?: string | null;
        catalog?: string | null;
        columns: string[];
        kind: QueryAnalysisSourceKind;
        name: string;
        schema?: string | null;
        table?: string | null;
    }
    Index

    Properties

    alias?: string | null
    catalog?: string | null
    columns: string[]
    name: string
    schema?: string | null
    table?: string | null