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