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