Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.1.3
-
None
Description
QuantileSummaries.query() is called repeatedly to obtain the approximate quantiles (e.g., in approximate_percentiles([0, 0.1, 0.5, 0.9])) but performs redundant computation in each invocation and repeated passes over the quantile sketch. These redundant computations can be eliminated by providing a version of query() that accepts the array of percentiles.