Uses of Class
org.apache.datasketches.req.ReqSketch
-
Packages that use ReqSketch Package Description org.apache.datasketches.req This package is for the implementation of the Relative Error Quantiles sketch algorithm. -
-
Uses of ReqSketch in org.apache.datasketches.req
Methods in org.apache.datasketches.req that return ReqSketch Modifier and Type Method Description ReqSketch
ReqSketchBuilder. build()
Returns a new ReqSketch with the current configuration of the builder.static ReqSketch
ReqSketch. heapify(org.apache.datasketches.memory.Memory mem)
Returns an ReqSketch on the heap from a Memory image of the sketch.ReqSketch
ReqSketch. merge(ReqSketch other)
Methods in org.apache.datasketches.req with parameters of type ReqSketch Modifier and Type Method Description void
ReqDebug. emitStart(ReqSketch sk)
Emit the start signalReqSketch
ReqSketch. merge(ReqSketch other)
Constructors in org.apache.datasketches.req with parameters of type ReqSketch Constructor Description ReqSketchSortedView(ReqSketch sk)
Constructs this Sorted View given the sketch
-