Package | Description |
---|---|
org.apache.datasketches.quantilescommon |
This package contains common tools and methods for the quantiles, kll and
req packages.
|
Modifier and Type | Class and Description |
---|---|
class |
DoublesSortedViewIterator
Iterator over quantile sketches of primitive type double.
|
class |
FloatsSortedViewIterator
Iterator over quantile sketches of primitive type float.
|
class |
GenericSortedViewIterator<T>
Iterator over quantile sketches of generic type.
|
class |
LongsSortedViewIterator
Iterator over quantile sketches of primitive type long.
|
Modifier and Type | Method and Description |
---|---|
SortedViewIterator |
SortedView.iterator()
Returns an iterator for this Sorted View.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.