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