Class StreamingAggBatchCreator
java.lang.Object
org.apache.drill.exec.physical.impl.aggregate.StreamingAggBatchCreator
- All Implemented Interfaces:
BatchCreator<StreamingAggregate>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBatch
(ExecutorFragmentContext context, StreamingAggregate config, List<RecordBatch> children)
-
Constructor Details
-
StreamingAggBatchCreator
public StreamingAggBatchCreator()
-
-
Method Details
-
getBatch
public StreamingAggBatch getBatch(ExecutorFragmentContext context, StreamingAggregate config, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
getBatch
in interfaceBatchCreator<StreamingAggregate>
- Throws:
ExecutionSetupException
-