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