Uses of Interface
org.apache.drill.exec.planner.physical.PartitionFunction
Package
Description
-
Uses of PartitionFunction in org.apache.drill.exec.physical.base
Modifier and TypeMethodDescriptionAbstractDbGroupScan.getRangePartitionFunction
(List<FieldReference> refList) DbGroupScan.getRangePartitionFunction
(List<FieldReference> refList) Get a partition function instance for range based partitioning -
Uses of PartitionFunction in org.apache.drill.exec.physical.config
ModifierConstructorDescriptionRangePartitionExchange
(PhysicalOperator child, PartitionFunction partitionFunction) RangePartitionSender
(int oppositeMajorFragmentId, PhysicalOperator child, List<MinorFragmentEndpoint> endpoints, PartitionFunction partitionFunction) -
Uses of PartitionFunction in org.apache.drill.exec.planner.physical
ModifierConstructorDescriptionDrillDistributionTrait
(DrillDistributionTrait.DistributionType type, List<DrillDistributionTrait.DistributionField> fields, PartitionFunction partitionFunction) RangePartitionExchangePrel
(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traitSet, org.apache.calcite.rel.RelNode input, List<DrillDistributionTrait.DistributionField> fields, PartitionFunction partitionFunction)