Class UnionAllBatchCreator
java.lang.Object
org.apache.drill.exec.physical.impl.union.UnionAllBatchCreator
- All Implemented Interfaces:
BatchCreator<UnionAll>
-
Constructor Summary
Constructors -
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:
getBatchin interfaceBatchCreator<UnionAll>- Throws:
ExecutionSetupException
-