Uses of Interface
org.apache.drill.exec.physical.impl.RootExec
Packages that use RootExec
Package
Description
-
Uses of RootExec in org.apache.drill.exec.physical.impl
Classes in org.apache.drill.exec.physical.impl that implement RootExecModifier and TypeClassDescriptionclassstatic classTransfer batches to a user connection.static classMethods in org.apache.drill.exec.physical.impl that return RootExecModifier and TypeMethodDescriptionstatic RootExecImplCreator.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
Classes in org.apache.drill.exec.physical.impl.broadcastsender that implement RootExecModifier and TypeClassDescriptionclassBroadcast Sender broadcasts incoming batches to all receivers (one or more).Methods in org.apache.drill.exec.physical.impl.broadcastsender that return RootExecModifier and TypeMethodDescriptionBroadcastSenderCreator.getRoot(ExecutorFragmentContext context, BroadcastSender config, List<RecordBatch> children) -
Uses of RootExec in org.apache.drill.exec.physical.impl.orderedpartitioner
Methods in org.apache.drill.exec.physical.impl.orderedpartitioner that return RootExecModifier and TypeMethodDescriptionOrderedPartitionSenderCreator.getRoot(ExecutorFragmentContext context, OrderedPartitionSender config, List<RecordBatch> children) -
Uses of RootExec in org.apache.drill.exec.physical.impl.partitionsender
Classes in org.apache.drill.exec.physical.impl.partitionsender that implement RootExecMethods in org.apache.drill.exec.physical.impl.partitionsender that return RootExecModifier and TypeMethodDescriptionPartitionSenderCreator.getRoot(ExecutorFragmentContext context, HashPartitionSender config, List<RecordBatch> children) -
Uses of RootExec in org.apache.drill.exec.physical.impl.rangepartitioner
Methods in org.apache.drill.exec.physical.impl.rangepartitioner that return RootExecModifier and TypeMethodDescriptionRangePartitionSenderCreator.getRoot(ExecutorFragmentContext context, RangePartitionSender config, List<RecordBatch> children)