public interface PartitionBoundaries
| Modifier and Type | Method and Description |
|---|---|
long |
getN()
Gets the length of the input stream offered to the underlying sketch.
|
long[] |
getNaturalRanks()
Gets an ordered array of natural ranks of the associated array of partition boundaries utilizing
a specified search criterion.
|
double[] |
getNormalizedRanks()
Gets an ordered array of normalized ranks of the associated array of partition boundaries utilizing
a specified search criterion.
|
long[] |
getNumDeltaItems()
Gets the number of items to be included for each partition as an array.
|
int |
getNumPartitions()
Gets the number of partitions
|
QuantileSearchCriteria |
getSearchCriteria()
Gets the search criteria specified for the source sketch
|
long getN()
long[] getNaturalRanks()
double[] getNormalizedRanks()
long[] getNumDeltaItems()
int getNumPartitions()
QuantileSearchCriteria getSearchCriteria()
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.