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

    Interface AnnotateTypesResult

    Result of an annotateTypes operation

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

    Properties

    Properties

    ast?: ast.Expression[]

    The AST with inferred_type fields populated on value-producing nodes

    error?: string
    success: boolean