org.apache.sysml.runtime.compress.estim

Class CompressedSizeInfo



  • public class CompressedSizeInfo
    extends Object
    A helper reusable object for maintaining bitmap sizes
    • Constructor Detail

      • CompressedSizeInfo

        public CompressedSizeInfo(int estCard,
                                  int estNnz,
                                  long rleSize,
                                  long oleSize,
                                  long ddcSize)
    • Method Detail

      • getRLESize

        public long getRLESize()
      • getOLESize

        public long getOLESize()
      • getDDCSize

        public long getDDCSize()
      • getMinSize

        public long getMinSize()
      • getEstCard

        public int getEstCard()
      • getEstNnz

        public int getEstNnz()

Copyright © 2017 The Apache Software Foundation. All rights reserved.