Uses of Class
org.apache.drill.exec.physical.config.StreamingAggregate
Package
Description
-
Uses of StreamingAggregate in org.apache.drill.exec.physical.base
Modifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitStreamingAggregate
(StreamingAggregate agg, X value) PhysicalVisitor.visitStreamingAggregate
(StreamingAggregate agg, EXTRA value) -
Uses of StreamingAggregate in org.apache.drill.exec.physical.config
-
Uses of StreamingAggregate in org.apache.drill.exec.physical.impl.aggregate
Modifier and TypeMethodDescriptionStreamingAggBatchCreator.getBatch
(ExecutorFragmentContext context, StreamingAggregate config, List<RecordBatch> children) ModifierConstructorDescriptionStreamingAggBatch
(StreamingAggregate popConfig, RecordBatch incoming, FragmentContext context)