Class WindowInfo.IndexInfo

java.lang.Object
io.trino.operator.WindowInfo.IndexInfo
Enclosing class:
WindowInfo

@Immutable public static class WindowInfo.IndexInfo extends Object
  • 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()