Class PartitionSenderCreator
java.lang.Object
org.apache.drill.exec.physical.impl.partitionsender.PartitionSenderCreator
- All Implemented Interfaces:
RootCreator<HashPartitionSender>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRoot
(ExecutorFragmentContext context, HashPartitionSender config, List<RecordBatch> children)
-
Constructor Details
-
PartitionSenderCreator
public PartitionSenderCreator()
-
-
Method Details
-
getRoot
public RootExec getRoot(ExecutorFragmentContext context, HashPartitionSender config, List<RecordBatch> children) throws ExecutionSetupException - Specified by:
getRoot
in interfaceRootCreator<HashPartitionSender>
- Throws:
ExecutionSetupException
-