Interface QuantilesDoublesSketchIterator

    • Method Detail

      • getQuantile

        double getQuantile()
        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().

        Returns:
        the double quantile at the current index.