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

    Interface AnnotateTypesResult

    Result of an annotateTypes operation

    interface AnnotateTypesResult {
        ast?: Expression[];
        error?: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    ast?: Expression[]

    The AST with inferred_type fields populated on value-producing nodes

    error?: string
    success: boolean