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