Class HashAggSpilledPartition

java.lang.Object
org.apache.drill.exec.physical.impl.common.AbstractSpilledPartitionMetadata
org.apache.drill.exec.physical.impl.aggregate.HashAggSpilledPartition
All Implemented Interfaces:
SpilledPartitionMetadata

public class HashAggSpilledPartition extends AbstractSpilledPartitionMetadata
  • Constructor Details

    • HashAggSpilledPartition

      public HashAggSpilledPartition(int cycle, int originPartition, int prevOriginPartition, int spilledBatches, String spillFile)
  • Method Details

    • getSpilledBatches

      public int getSpilledBatches()
    • getSpillFile

      public String getSpillFile()
    • makeDebugString

      public String makeDebugString()