T
- the item class typeS
- the sketch typepublic interface SketchFillRequest<T,S extends QuantilesGenericAPI<T> & PartitioningFeature<T>>
Modifier and Type | Method and Description |
---|---|
S |
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.
|
S getRange(T lowerQuantile, T upperQuantile, BoundsRule boundsRule)
This range of data may or may not be subsequently further partitioned.
lowerQuantile
- the lowest quantile of a rangeupperQuantile
- the highest quantile of a rangeboundsRule
- determines which quantile bounds to includeCopyright © 2015–2024 The Apache Software Foundation. All rights reserved.