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

    Interface AnalyzeQueryOptions

    interface AnalyzeQueryOptions {
        dialect?: string;
        schema?: Schema;
    }
    Index

    Properties

    Properties

    dialect?: string

    Dialect used for parsing and dialect-aware rendering

    schema?: Schema

    Optional schema used for qualification and type annotation