Package | Description |
---|---|
org.apache.datasketches.quantilescommon |
This package contains common tools and methods for the quantiles, kll and
req packages.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DoublesSortedView
The Sorted View for quantile sketches of primitive type double.
|
interface |
FloatsSortedView
The Sorted View for quantiles of primitive type float.
|
interface |
GenericSortedView<T>
The Sorted View for quantiles of generic type.
|
interface |
LongsSortedView
The Sorted View for quantile sketches of primitive type long.
|
Modifier and Type | Class and Description |
---|---|
class |
DoublesSketchSortedView
The SortedView of the Quantiles Classic DoublesSketch and the KllDoublesSketch.
|
class |
FloatsSketchSortedView
The SortedView for the KllFloatsSketch and the ReqSketch.
|
class |
ItemsSketchSortedView<T>
The SortedView for the KllItemsSketch and the classic ItemsSketch.
|
class |
LongsSketchSortedView
The SortedView of the KllLongsSketch.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.