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