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
-
Constructor Summary
ConstructorDescriptionHashAggSpilledPartition
(int cycle, int originPartition, int prevOriginPartition, int spilledBatches, String spillFile) -
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class org.apache.drill.exec.physical.impl.common.AbstractSpilledPartitionMetadata
getCycle, getOriginPartition, getPrevOriginPartition
-
Constructor Details
-
HashAggSpilledPartition
public HashAggSpilledPartition(int cycle, int originPartition, int prevOriginPartition, int spilledBatches, String spillFile)
-
-
Method Details
-
getSpilledBatches
public int getSpilledBatches() -
getSpillFile
-
makeDebugString
-