Uses of Enum Class
org.apache.datasketches.partitions.BoundsRule
Packages that use BoundsRule
-
Uses of BoundsRule in org.apache.datasketches.partitions
Fields in org.apache.datasketches.partitions declared as BoundsRuleModifier and TypeFieldDescriptionPartitioner.PartitionBoundsRow.ruleThe BoundsRule for this partition description row.Methods in org.apache.datasketches.partitions that return BoundsRuleModifier and TypeMethodDescriptionstatic BoundsRuleReturns 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.Methods in org.apache.datasketches.partitions with parameters of type BoundsRuleModifier 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.