Interface LocalAggregatePlanStep

interface LocalAggregatePlanStep {
    aggregation: AggregationSpec;
    bounds: QueryPlanBoundsV1;
    engine: "client";
    fidelity: "equivalent";
    id: string;
    inputStepId: string;
    losses: readonly QueryPlanFidelityLoss[];
    maxBytes?: number;
    maxRows: number;
    operation: "aggregate";
    provenance: QueryPlanStepProvenanceV1;
    pushdown: "none";
    reason: string;
}

Properties

aggregation: AggregationSpec
engine
fidelity
id: string
inputStepId: string
losses: readonly QueryPlanFidelityLoss[]
maxBytes?: number
maxRows: number
operation
pushdown
reason: string