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

    Interface PlanResult

    Result from planning a query

    interface PlanResult {
        error?: string;
        plan?: QueryPlan;
        success: boolean;
    }
    Index

    Properties

    Properties

    error?: string
    plan?: QueryPlan
    success: boolean