Interface QuantilesLongsSketchIterator

All Superinterfaces:
QuantilesSketchIteratorAPI
All Known Implementing Classes:
KllLongsSketchIterator

public interface QuantilesLongsSketchIterator extends QuantilesSketchIteratorAPI
The quantiles sketch iterator for primitive type long.
Author:
Zac Blanco
See Also:
  • Method Details

    • getQuantile

      long getQuantile()
      Gets the long quantile at the current index.

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

      Returns:
      the long quantile at the current index.