Type Alias ArcadeSqlExplanationExecutionPlan

ArcadeSqlExplanationExecutionPlan: {
    cost: number;
    javaType: string;
    prettyPrint: string;
    steps: ArcadeSqlExaplantionExecutionPlanStep[];
    type: "QueryExecutionPlan" | "DDLExecutionPlan";
}

SQL Explanation Execution Plan