Package org.apache.datasketches.req

Author:
Lee Rhodes
  • Interface Summary 
    Interface Description
    ReqDebug
    The signaling interface that allows comprehensive analysis of the ReqSketch and ReqCompactor while eliminating code clutter in the main classes.
  • Class Summary 
    Class Description
    ReqIterator
    Iterator over all retained items of the ReqSketch.
    ReqSketch
    This Relative Error Quantiles Sketch is the Java implementation based on the paper "Relative Error Streaming Quantiles", https://arxiv.org/abs/2004.01668, and loosely derived from a Python prototype written by Pavel Vesely.
    ReqSketchBuilder
    For building a new ReqSketch