Uses of Class
org.apache.drill.exec.physical.config.StreamingAggregate
Packages that use StreamingAggregate
Package
Description
-
Uses of StreamingAggregate in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base with parameters of type StreamingAggregateModifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitStreamingAggregate
(StreamingAggregate agg, X value) PhysicalVisitor.visitStreamingAggregate
(StreamingAggregate agg, EXTRA value) -
Uses of StreamingAggregate in org.apache.drill.exec.physical.config
Subclasses of StreamingAggregate in org.apache.drill.exec.physical.config -
Uses of StreamingAggregate in org.apache.drill.exec.physical.impl.aggregate
Methods in org.apache.drill.exec.physical.impl.aggregate with parameters of type StreamingAggregateModifier and TypeMethodDescriptionStreamingAggBatchCreator.getBatch
(ExecutorFragmentContext context, StreamingAggregate config, List<RecordBatch> children) Constructors in org.apache.drill.exec.physical.impl.aggregate with parameters of type StreamingAggregateModifierConstructorDescriptionStreamingAggBatch
(StreamingAggregate popConfig, RecordBatch incoming, FragmentContext context)