Uses of Class
org.apache.drill.exec.planner.physical.ExchangePrel
Package
Description
-
Uses of ExchangePrel in org.apache.drill.exec.planner.index
ModifierConstructorDescriptionIndexPhysicalPlanCallContext
(org.apache.calcite.plan.RelOptRuleCall call, OrderedRel sort, ProjectPrel capProject, FilterPrel filter, ProjectPrel project, ScanPrel scan, ExchangePrel exch) IndexPhysicalPlanCallContext
(org.apache.calcite.plan.RelOptRuleCall call, OrderedRel sort, ProjectPrel project, ScanPrel scan, ExchangePrel exch) -
Uses of ExchangePrel in org.apache.drill.exec.planner.physical
Modifier and TypeClassDescriptionclass
class
class
class
OrderedMuxExchangePrel is mux exchange created to multiplex the streams for a MergeReceiver.class
class
A RangePartitionExchange provides the ability to divide up the rows into separate ranges or 'buckets' based on the values of a set of columns (the range partitioning columns).class
class
class
class
-
Uses of ExchangePrel in org.apache.drill.exec.planner.physical.explain
Modifier and TypeMethodDescriptionPrelSequencer.visitExchange
(ExchangePrel prel, org.apache.drill.exec.planner.physical.explain.PrelSequencer.Frag value) -
Uses of ExchangePrel in org.apache.drill.exec.planner.physical.visitor
Modifier and TypeMethodDescriptionBasePrelVisitor.visitExchange
(ExchangePrel prel, EXTRA value) ExcessiveExchangeIdentifier.visitExchange
(ExchangePrel prel, org.apache.drill.exec.planner.physical.visitor.ExcessiveExchangeIdentifier.MajorFragmentStat parent) InsertLocalExchangeVisitor.visitExchange
(ExchangePrel prel, Void value) PrelVisitor.visitExchange
(ExchangePrel prel, EXTRA value) PrelVisualizerVisitor.visitExchange
(ExchangePrel prel, PrelVisualizerVisitor.VisualizationState value)