Interface QuantilesFloatsSketchIterator

All Superinterfaces:
QuantilesSketchIteratorAPI
All Known Implementing Classes:
KllFloatsSketchIterator, ReqSketchIterator

public interface QuantilesFloatsSketchIterator extends QuantilesSketchIteratorAPI
The quantiles sketch iterator for primitive type float.
Author:
Lee Rhodes
See Also:
  • Method Details

    • getQuantile

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

      Returns:
      the float quantile at the current index.