Class HashJoinHelperUnusedSizeImpl
java.lang.Object
org.apache.drill.exec.physical.impl.join.HashJoinHelperUnusedSizeImpl
- All Implemented Interfaces:
HashJoinHelperSizeCalculator
This calculator class is used when the Hash-Join_helper is not used (i.e., return size of zero)
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
calculateSize
(HashJoinMemoryCalculator.PartitionStat partitionStat, double fragmentationFactor)
-
Field Details
-
INSTANCE
-
-
Method Details
-
calculateSize
public long calculateSize(HashJoinMemoryCalculator.PartitionStat partitionStat, double fragmentationFactor) - Specified by:
calculateSize
in interfaceHashJoinHelperSizeCalculator
-