Uses of Interface
org.apache.datasketches.quantilescommon.SortedView
Package
Description
This package contains common tools and methods for the quantiles, kll and
req packages.
-
Uses of SortedView in org.apache.datasketches.quantilescommon
Modifier and TypeInterfaceDescriptioninterface
The Sorted View for quantile sketches of primitive type double.interface
The Sorted View for quantiles of primitive type float.interface
The Sorted View for quantiles of generic type.interface
The Sorted View for quantile sketches of primitive type long.Modifier and TypeClassDescriptionfinal class
The SortedView of the Quantiles Classic DoublesSketch and the KllDoublesSketch.class
The SortedView for the KllFloatsSketch and the ReqSketch.class
The SortedView for the KllItemsSketch and the classic ItemsSketch.final class
The SortedView of the KllLongsSketch.