Package org.apache.datasketches.req
package org.apache.datasketches.req
This package is for the implementation of the Relative Error Quantiles sketch algorithm.
- See Also:
-
ClassDescriptionThe signaling interface that allows comprehensive analysis of the ReqSketch and ReqCompactor while eliminating code clutter in the main classes.This Relative Error Quantiles Sketch is the Java implementation based on the paper "Relative Error Streaming Quantiles" by Graham Cormode, Zohar Karnin, Edo Liberty, Justin Thaler, Pavel VeselĂ˝, and loosely derived from a Python prototype written by Pavel VeselĂ˝.For building a new ReqSketchIterator over all retained items of the ReqSketch.