Uses of Enum Class
org.apache.datasketches.partitions.BoundsRule
-
Uses of BoundsRule in org.apache.datasketches.partitions
Modifier and TypeFieldDescriptionPartitioner.PartitionBoundsRow.rule
The BoundsRule for this partition description row.Modifier and TypeMethodDescriptionstatic BoundsRule
Returns the enum constant of this class with the specified name.static BoundsRule[]
BoundsRule.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSketchFillRequest.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.