Interface HashJoinMemoryCalculator.PartitionStat

All Known Implementing Classes:
HashPartition
Enclosing interface:
HashJoinMemoryCalculator

public static interface HashJoinMemoryCalculator.PartitionStat
  • Method Details

    • getInMemoryBatches

    • getNumInMemoryBatches

      int getNumInMemoryBatches()
    • isSpilled

      boolean isSpilled()
    • getNumInMemoryRecords

      long getNumInMemoryRecords()
    • getInMemorySize

      long getInMemorySize()