public static interface HashJoinMemoryCalculator.PartitionStat
Modifier and Type | Method and Description |
---|---|
List<HashJoinMemoryCalculator.BatchStat> |
getInMemoryBatches() |
long |
getInMemorySize() |
int |
getNumInMemoryBatches() |
long |
getNumInMemoryRecords() |
boolean |
isSpilled() |
List<HashJoinMemoryCalculator.BatchStat> getInMemoryBatches()
int getNumInMemoryBatches()
boolean isSpilled()
long getNumInMemoryRecords()
long getInMemorySize()
Copyright © 1970 The Apache Software Foundation. All rights reserved.