Uses of Interface
org.apache.datasketches.quantilescommon.QuantilesSketchIterator
Packages that use QuantilesSketchIterator
Package
Description
This package is for the implementations of the sketch algorithm developed by Zohar Karnin, Kevin Lang,
and Edo Liberty that is commonly referred to as the "KLL" sketch after the authors' last names.
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of quantiles.
This package contains common tools and methods for the quantiles, kll and
req packages.
This package is for the implementation of the Relative Error Quantiles sketch algorithm.
-
Uses of QuantilesSketchIterator in org.apache.datasketches.kll
Classes in org.apache.datasketches.kll that implement QuantilesSketchIteratorModifier and TypeClassDescriptionfinal classIterator over KllDoublesSketch.final classIterator over KllFloatsSketch.final classIterator over KllItemsSketch.final classIterator over KllLongsSketch.classThe base implementation for the KLL sketch iterator hierarchy used for viewing the non-ordered quantiles retained by a sketch. -
Uses of QuantilesSketchIterator in org.apache.datasketches.quantiles
Classes in org.apache.datasketches.quantiles that implement QuantilesSketchIteratorModifier and TypeClassDescriptionfinal classIterator over DoublesSketch.final classIterator over ItemsSketch. -
Uses of QuantilesSketchIterator in org.apache.datasketches.quantilescommon
Subinterfaces of QuantilesSketchIterator in org.apache.datasketches.quantilescommonModifier and TypeInterfaceDescriptioninterfaceThe quantiles sketch iterator for primitive type double.interfaceThe quantiles sketch iterator for primitive type float.interfaceThe quantiles sketch iterator for generic types.interfaceThe quantiles sketch iterator for primitive type long. -
Uses of QuantilesSketchIterator in org.apache.datasketches.req
Classes in org.apache.datasketches.req that implement QuantilesSketchIteratorModifier and TypeClassDescriptionfinal classIterator over all retained items of the ReqSketch.