Class KllDoublesSketchIterator

    • Method Detail

      • getQuantile

        public double getQuantile()
        Description copied from interface: QuantilesDoublesSketchIterator
        Gets the double 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 QuantilesDoublesSketchIterator
        Returns:
        the double quantile at the current index.