Uses of Class
org.apache.drill.exec.planner.physical.PhysicalPlanCreator
Packages that use PhysicalPlanCreator
Package
Description
-
Uses of PhysicalPlanCreator in org.apache.drill.exec.planner.physical
Methods in org.apache.drill.exec.planner.physical with parameters of type PhysicalPlanCreatorModifier and TypeMethodDescriptionBroadcastExchangePrel.getPhysicalOperator
(PhysicalPlanCreator creator) ComplexToJsonPrel.getPhysicalOperator
(PhysicalPlanCreator creator) DirectScanPrel.getPhysicalOperator
(PhysicalPlanCreator creator) FilterPrel.getPhysicalOperator
(PhysicalPlanCreator creator) FlattenPrel.getPhysicalOperator
(PhysicalPlanCreator creator) HashAggPrel.getPhysicalOperator
(PhysicalPlanCreator creator) HashJoinPrel.getPhysicalOperator
(PhysicalPlanCreator creator) HashToMergeExchangePrel.getPhysicalOperator
(PhysicalPlanCreator creator) HashToRandomExchangePrel.getPhysicalOperator
(PhysicalPlanCreator creator) LateralJoinPrel.getPhysicalOperator
(PhysicalPlanCreator creator) LimitPrel.getPhysicalOperator
(PhysicalPlanCreator creator) MergeJoinPrel.getPhysicalOperator
(PhysicalPlanCreator creator) MetadataControllerPrel.getPhysicalOperator
(PhysicalPlanCreator creator) MetadataHandlerPrel.getPhysicalOperator
(PhysicalPlanCreator creator) MetadataHashAggPrel.getPhysicalOperator
(PhysicalPlanCreator creator) MetadataStreamAggPrel.getPhysicalOperator
(PhysicalPlanCreator creator) NestedLoopJoinPrel.getPhysicalOperator
(PhysicalPlanCreator creator) OrderedMuxExchangePrel.getPhysicalOperator
(PhysicalPlanCreator creator) OrderedPartitionExchangePrel.getPhysicalOperator
(PhysicalPlanCreator creator) Prel.getPhysicalOperator
(PhysicalPlanCreator creator) ProducerConsumerPrel.getPhysicalOperator
(PhysicalPlanCreator creator) ProjectAllowDupPrel.getPhysicalOperator
(PhysicalPlanCreator creator) ProjectPrel.getPhysicalOperator
(PhysicalPlanCreator creator) RangePartitionExchangePrel.getPhysicalOperator
(PhysicalPlanCreator creator) RowKeyJoinPrel.getPhysicalOperator
(PhysicalPlanCreator creator) RuntimeFilterPrel.getPhysicalOperator
(PhysicalPlanCreator creator) ScanPrel.getPhysicalOperator
(PhysicalPlanCreator creator) ScreenPrel.getPhysicalOperator
(PhysicalPlanCreator creator) SelectionVectorRemoverPrel.getPhysicalOperator
(PhysicalPlanCreator creator) SetOpPrel.getPhysicalOperator
(PhysicalPlanCreator creator) SingleMergeExchangePrel.getPhysicalOperator
(PhysicalPlanCreator creator) SortPrel.getPhysicalOperator
(PhysicalPlanCreator creator) StatsAggPrel.getPhysicalOperator
(PhysicalPlanCreator creator) StatsMergePrel.getPhysicalOperator
(PhysicalPlanCreator creator) StreamAggPrel.getPhysicalOperator
(PhysicalPlanCreator creator) TableModifyPrel.getPhysicalOperator
(PhysicalPlanCreator creator) TopNPrel.getPhysicalOperator
(PhysicalPlanCreator creator) UnionAllPrel.getPhysicalOperator
(PhysicalPlanCreator creator) UnionDistinctPrel.getPhysicalOperator
(PhysicalPlanCreator creator) UnionExchangePrel.getPhysicalOperator
(PhysicalPlanCreator creator) UnnestPrel.getPhysicalOperator
(PhysicalPlanCreator creator) UnorderedDeMuxExchangePrel.getPhysicalOperator
(PhysicalPlanCreator creator) UnorderedMuxExchangePrel.getPhysicalOperator
(PhysicalPlanCreator creator) UnpivotMapsPrel.getPhysicalOperator
(PhysicalPlanCreator creator) ValuesPrel.getPhysicalOperator
(PhysicalPlanCreator creator) WindowPrel.getPhysicalOperator
(PhysicalPlanCreator creator) WriterPrel.getPhysicalOperator
(PhysicalPlanCreator creator) -
Uses of PhysicalPlanCreator in org.apache.drill.exec.store.enumerable.plan
Methods in org.apache.drill.exec.store.enumerable.plan with parameters of type PhysicalPlanCreatorModifier and TypeMethodDescriptionEnumerableIntermediatePrel.getPhysicalOperator
(PhysicalPlanCreator creator) EnumerablePrel.getPhysicalOperator
(PhysicalPlanCreator creator) -
Uses of PhysicalPlanCreator in org.apache.drill.exec.store.jdbc
Methods in org.apache.drill.exec.store.jdbc with parameters of type PhysicalPlanCreatorModifier and TypeMethodDescriptionJdbcIntermediatePrel.getPhysicalOperator
(PhysicalPlanCreator creator) JdbcPrel.getPhysicalOperator
(PhysicalPlanCreator creator) -
Uses of PhysicalPlanCreator in org.apache.drill.exec.store.phoenix.rules
Methods in org.apache.drill.exec.store.phoenix.rules with parameters of type PhysicalPlanCreatorModifier and TypeMethodDescriptionPhoenixIntermediatePrel.getPhysicalOperator
(PhysicalPlanCreator creator) PhoenixPrel.getPhysicalOperator
(PhysicalPlanCreator creator) -
Uses of PhysicalPlanCreator in org.apache.drill.exec.store.plan.rel
Methods in org.apache.drill.exec.store.plan.rel with parameters of type PhysicalPlanCreatorModifier and TypeMethodDescriptionPluginIntermediatePrel.getPhysicalOperator
(PhysicalPlanCreator creator) PluginPrel.getPhysicalOperator
(PhysicalPlanCreator creator)