Package io.trino.operator
Class WindowInfo.IndexInfo
java.lang.Object
io.trino.operator.WindowInfo.IndexInfo
- Enclosing class:
WindowInfo
-
Constructor Summary
ConstructorsConstructorDescriptionIndexInfo(long totalRowsCount, long sizeInBytes, double sumSquaredDifferencesSizeInPartition, long numberOfPartitions) -
Method Summary
Modifier and TypeMethodDescriptionlonglongdoublelong
-
Constructor Details
-
IndexInfo
public IndexInfo(long totalRowsCount, long sizeInBytes, double sumSquaredDifferencesSizeInPartition, long numberOfPartitions)
-
-
Method Details
-
getTotalRowsCount
public long getTotalRowsCount() -
getSizeInBytes
public long getSizeInBytes() -
getSumSquaredDifferencesSizeInPartition
public double getSumSquaredDifferencesSizeInPartition() -
getNumberOfPartitions
public long getNumberOfPartitions()
-