Class HashJoinMemoryCalculator.BatchStat

java.lang.Object
org.apache.drill.exec.physical.impl.join.HashJoinMemoryCalculator.BatchStat
Enclosing interface:
HashJoinMemoryCalculator

public static class HashJoinMemoryCalculator.BatchStat extends Object
  • Constructor Details

    • BatchStat

      public BatchStat(int numRecords, long batchSize)
  • Method Details

    • getNumRecords

      public long getNumRecords()
    • getBatchSize

      public long getBatchSize()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object