Uses of Interface
org.apache.datasketches.quantilescommon.QuantilesSketchIteratorAPI
Packages that use QuantilesSketchIteratorAPI
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 QuantilesSketchIteratorAPI in org.apache.datasketches.kll
Classes in org.apache.datasketches.kll that implement QuantilesSketchIteratorAPIModifier 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 QuantilesSketchIteratorAPI in org.apache.datasketches.quantiles
Classes in org.apache.datasketches.quantiles that implement QuantilesSketchIteratorAPIModifier and TypeClassDescriptionfinal classIterator over QuantilesDoublesSketch.final classIterator over QuantilesItemsSketch. -
Uses of QuantilesSketchIteratorAPI in org.apache.datasketches.quantilescommon
Subinterfaces of QuantilesSketchIteratorAPI 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 QuantilesSketchIteratorAPI in org.apache.datasketches.req
Classes in org.apache.datasketches.req that implement QuantilesSketchIteratorAPIModifier and TypeClassDescriptionfinal classIterator over all retained items of the ReqSketch.