Interface QuantilesGenericSketchIterator<T>

    • Method Detail

      • getQuantile

        T getQuantile()
        Gets the generic quantile at the current index.

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

        Returns:
        the generic quantile at the current index.