Interface QuantilesLongsSketchIterator
-
- All Superinterfaces:
QuantilesSketchIterator
- All Known Implementing Classes:
KllLongsSketchIterator
public interface QuantilesLongsSketchIterator extends QuantilesSketchIterator
The quantiles sketch iterator for primitive type long.- Author:
- Zac Blanco
- See Also:
QuantilesSketchIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getQuantile()
Gets the long quantile at the current index.-
Methods inherited from interface org.apache.datasketches.quantilescommon.QuantilesSketchIterator
getWeight, next
-
-