Package io.trino.operator
Class WindowInfo.DriverWindowInfo
java.lang.Object
io.trino.operator.WindowInfo.DriverWindowInfo
- Enclosing class:
WindowInfo
-
Constructor Summary
ConstructorsConstructorDescriptionDriverWindowInfo(double sumSquaredDifferencesPositionsOfIndex, double sumSquaredDifferencesSizeOfIndex, double sumSquaredDifferencesSizeInPartition, long totalPartitionsCount, long totalRowsCount, long numberOfIndexes) -
Method Summary
Modifier and TypeMethodDescriptionlongdoubledoubledoublelonglong
-
Constructor Details
-
DriverWindowInfo
public DriverWindowInfo(double sumSquaredDifferencesPositionsOfIndex, double sumSquaredDifferencesSizeOfIndex, double sumSquaredDifferencesSizeInPartition, long totalPartitionsCount, long totalRowsCount, long numberOfIndexes)
-
-
Method Details
-
getSumSquaredDifferencesPositionsOfIndex
public double getSumSquaredDifferencesPositionsOfIndex() -
getSumSquaredDifferencesSizeOfIndex
public double getSumSquaredDifferencesSizeOfIndex() -
getSumSquaredDifferencesSizeInPartition
public double getSumSquaredDifferencesSizeInPartition() -
getTotalPartitionsCount
public long getTotalPartitionsCount() -
getTotalRowsCount
public long getTotalRowsCount() -
getNumberOfIndexes
public long getNumberOfIndexes()
-