Interface HashJoinMemoryCalculator.PartitionStat
- All Known Implementing Classes:
HashPartition
- Enclosing interface:
- HashJoinMemoryCalculator
public static interface HashJoinMemoryCalculator.PartitionStat
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
long
boolean
-
Method Details
-
getInMemoryBatches
List<HashJoinMemoryCalculator.BatchStat> getInMemoryBatches() -
getNumInMemoryBatches
int getNumInMemoryBatches() -
isSpilled
boolean isSpilled() -
getNumInMemoryRecords
long getNumInMemoryRecords() -
getInMemorySize
long getInMemorySize()
-