Uses of Interface
org.apache.drill.exec.physical.impl.join.HashJoinMemoryCalculator.PartitionStat
Packages that use HashJoinMemoryCalculator.PartitionStat
Package
Description
-
Uses of HashJoinMemoryCalculator.PartitionStat in org.apache.drill.exec.physical.impl.common
Classes in org.apache.drill.exec.physical.impl.common that implement HashJoinMemoryCalculator.PartitionStat -
Uses of HashJoinMemoryCalculator.PartitionStat in org.apache.drill.exec.physical.impl.join
Methods in org.apache.drill.exec.physical.impl.join that return HashJoinMemoryCalculator.PartitionStatModifier and TypeMethodDescriptionHashJoinMemoryCalculator.PartitionStatSet.get
(int partitionIndex) Methods in org.apache.drill.exec.physical.impl.join with parameters of type HashJoinMemoryCalculator.PartitionStatModifier and TypeMethodDescriptionlong
HashJoinHelperSizeCalculator.calculateSize
(HashJoinMemoryCalculator.PartitionStat partitionStat, double fragmentationFactor) long
HashJoinHelperSizeCalculatorImpl.calculateSize
(HashJoinMemoryCalculator.PartitionStat partitionStat, double fragmentationFactor) long
HashJoinHelperUnusedSizeImpl.calculateSize
(HashJoinMemoryCalculator.PartitionStat partitionStat, double fragmentationFactor) long
HashTableSizeCalculator.calculateSize
(HashJoinMemoryCalculator.PartitionStat partitionStat, Map<String, Long> keySizes, double loadFactor, double safetyFactor, double fragmentationFactor) long
HashTableSizeCalculatorConservativeImpl.calculateSize
(HashJoinMemoryCalculator.PartitionStat partitionStat, Map<String, Long> keySizes, double loadFactor, double safetyFactor, double fragmentationFactor) long
HashTableSizeCalculatorLeanImpl.calculateSize
(HashJoinMemoryCalculator.PartitionStat partitionStat, Map<String, Long> keySizes, double loadFactor, double safetyFactor, double fragmentationFactor) Constructors in org.apache.drill.exec.physical.impl.join with parameters of type HashJoinMemoryCalculator.PartitionStatModifierConstructorDescriptionPartitionStatSet
(HashJoinMemoryCalculator.PartitionStat... partitionStats)