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