| Package | Description |
|---|---|
| org.apache.datasketches.kll |
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.
|
| org.apache.datasketches.partitions | |
| org.apache.datasketches.quantiles |
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of quantiles.
|
| org.apache.datasketches.quantilescommon |
This package contains common tools and methods for the quantiles, kll and
req packages.
|
| Modifier and Type | Method and Description |
|---|---|
GenericPartitionBoundaries<T> |
KllItemsSketchSortedView.getPartitionBoundaries(int numEquallySized,
QuantileSearchCriteria searchCrit) |
GenericPartitionBoundaries<T> |
KllItemsSketch.getPartitionBoundaries(int numEquallySized,
QuantileSearchCriteria searchCrit) |
| Modifier and Type | Field and Description |
|---|---|
GenericPartitionBoundaries<T> |
Partitioner.StackElement.gpb |
| Constructor and Description |
|---|
StackElement(GenericPartitionBoundaries<T> gpb,
int part,
String levelPartId) |
| Modifier and Type | Method and Description |
|---|---|
GenericPartitionBoundaries<T> |
ItemsSketchSortedView.getPartitionBoundaries(int numEquallySized,
QuantileSearchCriteria searchCrit) |
GenericPartitionBoundaries<T> |
ItemsSketch.getPartitionBoundaries(int numEquallySized,
QuantileSearchCriteria searchCrit) |
| Modifier and Type | Method and Description |
|---|---|
default GenericPartitionBoundaries<T> |
PartitioningFeature.getPartitionBoundaries(int numEquallySized)
This method returns an instance of
GenericPartitionBoundaries which provides
sufficient information for the user to create the given number of equally sized partitions, where "equally sized"
refers to an approximately equal number of items per partition. |
GenericPartitionBoundaries<T> |
PartitioningFeature.getPartitionBoundaries(int numEquallySized,
QuantileSearchCriteria searchCrit)
This method returns an instance of
GenericPartitionBoundaries which provides
sufficient information for the user to create the given number of equally sized partitions, where "equally sized"
refers to an approximately equal number of items per partition. |
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.