Class WindowInfo.IndexInfo

  • Enclosing class:
    WindowInfo

    @Immutable
    public static class WindowInfo.IndexInfo
    extends Object
    • Constructor Detail

      • IndexInfo

        public IndexInfo​(long totalRowsCount,
                         long sizeInBytes,
                         double sumSquaredDifferencesSizeInPartition,
                         long numberOfPartitions)
    • Method Detail

      • getTotalRowsCount

        public long getTotalRowsCount()
      • getSizeInBytes

        public long getSizeInBytes()
      • getSumSquaredDifferencesSizeInPartition

        public double getSumSquaredDifferencesSizeInPartition()
      • getNumberOfPartitions

        public long getNumberOfPartitions()