Class KllFloatsSketchIterator

    • Method Detail

      • getQuantile

        public float getQuantile()
        Description copied from interface: QuantilesFloatsSketchIterator
        Gets the float quantile at the current index.

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

        Specified by:
        getQuantile in interface QuantilesFloatsSketchIterator
        Returns:
        the float quantile at the current index.