Class KllSketchIterator

    • Field Detail

      • levelsArr

        protected final int[] levelsArr
      • numLevels

        protected final int numLevels
      • level

        protected int level
      • index

        protected int index
      • weight

        protected long weight
      • isInitialized_

        protected boolean isInitialized_
    • Method Detail

      • getWeight

        public long getWeight()
        Description copied from interface: QuantilesSketchIterator
        Gets the natural weight at the current index.

        Don't call this before calling next() for the first time or after getting false from next().

        Specified by:
        getWeight in interface QuantilesSketchIterator
        Returns:
        the natural weight at the current index.
      • next

        public boolean next()
        Description copied from interface: QuantilesSketchIterator
        Advances the index and checks if it is valid. The state of this iterator is undefined before the first call of this method.
        Specified by:
        next in interface QuantilesSketchIterator
        Returns:
        true if the next index is valid.