Package | Description |
---|---|
org.apache.datasketches.partitions |
Modifier and Type | Field and Description |
---|---|
BoundsRule |
Partitioner.PartitionBoundsRow.rule
The BoundsRule for this partition description row.
|
Modifier and Type | Method and Description |
---|---|
static BoundsRule |
BoundsRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundsRule[] |
BoundsRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
S |
SketchFillRequest.getRange(T lowerQuantile,
T upperQuantile,
BoundsRule boundsRule)
This is a callback request to the data source to fill a quantiles sketch
with a range of data between upper and lower bounds.
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.