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 TypeMethodDescriptionlongHashJoinHelperSizeCalculator.calculateSize(HashJoinMemoryCalculator.PartitionStat partitionStat, double fragmentationFactor) longHashJoinHelperSizeCalculatorImpl.calculateSize(HashJoinMemoryCalculator.PartitionStat partitionStat, double fragmentationFactor) longHashJoinHelperUnusedSizeImpl.calculateSize(HashJoinMemoryCalculator.PartitionStat partitionStat, double fragmentationFactor) longHashTableSizeCalculator.calculateSize(HashJoinMemoryCalculator.PartitionStat partitionStat, Map<String, Long> keySizes, double loadFactor, double safetyFactor, double fragmentationFactor) longHashTableSizeCalculatorConservativeImpl.calculateSize(HashJoinMemoryCalculator.PartitionStat partitionStat, Map<String, Long> keySizes, double loadFactor, double safetyFactor, double fragmentationFactor) longHashTableSizeCalculatorLeanImpl.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)