Uses of Interface
org.apache.datasketches.quantilescommon.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
Modifier and TypeClassDescriptionfinal class
Iterator over KllDoublesSketch.final class
Iterator over KllFloatsSketch.final class
Iterator over KllItemsSketch.final class
Iterator over KllLongsSketch.class
The 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
Modifier and TypeClassDescriptionfinal class
Iterator over DoublesSketch.final class
Iterator over ItemsSketch. -
Uses of QuantilesSketchIterator in org.apache.datasketches.quantilescommon
Modifier and TypeInterfaceDescriptioninterface
The quantiles sketch iterator for primitive type double.interface
The quantiles sketch iterator for primitive type float.interface
The quantiles sketch iterator for generic types.interface
The quantiles sketch iterator for primitive type long. -
Uses of QuantilesSketchIterator in org.apache.datasketches.req
Modifier and TypeClassDescriptionfinal class
Iterator over all retained items of the ReqSketch.