Uses of Class
org.apache.drill.exec.planner.physical.ExchangePrel
Packages that use ExchangePrel
Package
Description
-
Uses of ExchangePrel in org.apache.drill.exec.planner.index
Fields in org.apache.drill.exec.planner.index declared as ExchangePrelConstructors in org.apache.drill.exec.planner.index with parameters of type ExchangePrelModifierConstructorDescriptionIndexPhysicalPlanCallContext(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
Subclasses of ExchangePrel in org.apache.drill.exec.planner.physicalModifier and TypeClassDescriptionclassclassclassclassOrderedMuxExchangePrel is mux exchange created to multiplex the streams for a MergeReceiver.classclassA 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).classclassclassclass -
Uses of ExchangePrel in org.apache.drill.exec.planner.physical.explain
Methods in org.apache.drill.exec.planner.physical.explain with parameters of type ExchangePrelModifier 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
Methods in org.apache.drill.exec.planner.physical.visitor with parameters of type ExchangePrelModifier 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)