Interface LocalAggregatePlanStep

interface LocalAggregatePlanStep {
    aggregation: AggregationSpec;
    engine: "client";
    fidelity: "exact";
    id: string;
    inputStepId: string;
    maxBytes?: number;
    maxRows: number;
    operation: "aggregate";
    pushdown: "none";
    reason: string;
}

Properties

aggregation: AggregationSpec
engine
fidelity
id: string
inputStepId: string
maxBytes?: number
maxRows: number
operation
pushdown
reason: string