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

    Interface QueryPlan

    Full query execution plan

    interface QueryPlan {
        dag: Record<number, number[]>;
        leaves: PlanStep[];
        root: PlanStep;
    }
    Index

    Properties

    Properties

    dag: Record<number, number[]>
    leaves: PlanStep[]
    root: PlanStep