Uses of Class
org.apache.drill.exec.physical.impl.join.HashJoinMemoryCalculator.PartitionStatSet
Packages that use HashJoinMemoryCalculator.PartitionStatSet
-
Uses of HashJoinMemoryCalculator.PartitionStatSet in org.apache.drill.exec.physical.impl.join
Methods in org.apache.drill.exec.physical.impl.join with parameters of type HashJoinMemoryCalculator.PartitionStatSetModifier and TypeMethodDescriptionvoidHashJoinMechanicalMemoryCalculator.MechanicalBuildSidePartitioning.setPartitionStatSet(HashJoinMemoryCalculator.PartitionStatSet partitionStatSet) voidHashJoinMemoryCalculator.BuildSidePartitioning.setPartitionStatSet(HashJoinMemoryCalculator.PartitionStatSet partitionStatSet) voidHashJoinMemoryCalculatorImpl.BuildSidePartitioningImpl.setPartitionStatSet(HashJoinMemoryCalculator.PartitionStatSet partitionStatSet) voidHashJoinMemoryCalculatorImpl.NoopBuildSidePartitioningImpl.setPartitionStatSet(HashJoinMemoryCalculator.PartitionStatSet partitionStatSet) Constructors in org.apache.drill.exec.physical.impl.join with parameters of type HashJoinMemoryCalculator.PartitionStatSetModifierConstructorDescriptionMechanicalPostBuildCalculations(int maxNumInMemBatches, HashJoinMemoryCalculator.PartitionStatSet partitionStatSet, int recordsPerPartitionBatchProbe) PostBuildCalculationsImpl(boolean firstCycle, BatchSizePredictor probeSizePredictor, long memoryAvailable, long maxOutputBatchSize, int maxBatchNumRecordsProbe, int recordsPerPartitionBatchProbe, HashJoinMemoryCalculator.PartitionStatSet buildPartitionStatSet, Map<String, Long> keySizes, HashTableSizeCalculator hashTableSizeCalculator, HashJoinHelperSizeCalculator hashJoinHelperSizeCalculator, double fragmentationFactor, double safetyFactor, double loadFactor, boolean reserveHash, boolean semiJoin)