Uses of Interface
org.apache.drill.exec.physical.impl.RootExec
Package
Description
-
Uses of RootExec in org.apache.drill.exec.physical.impl
Modifier and TypeClassDescriptionclass
static class
Transfer batches to a user connection.static class
Modifier and TypeMethodDescriptionstatic RootExec
ImplCreator.getExec
(ExecutorFragmentContext context, FragmentRoot root) Create and return fragment RootExec for given FragmentRoot.RootCreator.getRoot
(ExecutorFragmentContext context, T config, List<RecordBatch> children) ScreenCreator.getRoot
(ExecutorFragmentContext context, Screen config, List<RecordBatch> children) SingleSenderCreator.getRoot
(ExecutorFragmentContext context, SingleSender config, List<RecordBatch> children) -
Uses of RootExec in org.apache.drill.exec.physical.impl.broadcastsender
Modifier and TypeClassDescriptionclass
Broadcast Sender broadcasts incoming batches to all receivers (one or more).Modifier and TypeMethodDescriptionBroadcastSenderCreator.getRoot
(ExecutorFragmentContext context, BroadcastSender config, List<RecordBatch> children) -
Uses of RootExec in org.apache.drill.exec.physical.impl.orderedpartitioner
Modifier and TypeMethodDescriptionOrderedPartitionSenderCreator.getRoot
(ExecutorFragmentContext context, OrderedPartitionSender config, List<RecordBatch> children) -
Uses of RootExec in org.apache.drill.exec.physical.impl.partitionsender
Modifier and TypeMethodDescriptionPartitionSenderCreator.getRoot
(ExecutorFragmentContext context, HashPartitionSender config, List<RecordBatch> children) -
Uses of RootExec in org.apache.drill.exec.physical.impl.rangepartitioner
Modifier and TypeMethodDescriptionRangePartitionSenderCreator.getRoot
(ExecutorFragmentContext context, RangePartitionSender config, List<RecordBatch> children)