Uses of Class
org.apache.drill.exec.physical.impl.aggregate.StreamingAggBatch
Package
Description
-
Uses of StreamingAggBatch in org.apache.drill.exec.physical.impl.aggregate
Modifier and TypeMethodDescriptionStreamingAggBatchCreator.getBatch
(ExecutorFragmentContext context, StreamingAggregate config, List<RecordBatch> children) Modifier and TypeMethodDescriptionvoid
StreamingAggregator.setup
(OperatorContext context, RecordBatch incoming, StreamingAggBatch outgoing, int outputRowCount) void
StreamingAggTemplate.setup
(OperatorContext context, RecordBatch incoming, StreamingAggBatch outgoing, int outputRowCount) -
Uses of StreamingAggBatch in org.apache.drill.exec.physical.impl.metadata
Modifier and TypeClassDescriptionclass
Operator which adds aggregate calls for all incoming columns to calculate required metadata and produces aggregations. -
Uses of StreamingAggBatch in org.apache.drill.exec.physical.impl.statistics