Uses of Class
org.apache.datasketches.partitions.BoundsRule
-
Packages that use BoundsRule Package Description org.apache.datasketches.partitions -
-
Uses of BoundsRule in org.apache.datasketches.partitions
Fields in org.apache.datasketches.partitions declared as BoundsRule Modifier and Type Field Description BoundsRule
Partitioner.PartitionBoundsRow. rule
The BoundsRule for this partition description row.Methods in org.apache.datasketches.partitions that return BoundsRule Modifier and Type Method 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.Methods in org.apache.datasketches.partitions with parameters of type BoundsRule Modifier and Type Method 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.
-