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 ReqSketchReqSketchBuilder. build()Returns a new ReqSketch with the current configuration of the builder.static ReqSketchReqSketch. heapify(org.apache.datasketches.memory.Memory mem)Returns an ReqSketch on the heap from a Memory image of the sketch.ReqSketchReqSketch. merge(ReqSketch other)Methods in org.apache.datasketches.req with parameters of type ReqSketch Modifier and Type Method Description voidReqDebug. emitStart(ReqSketch sk)Emit the start signalReqSketchReqSketch. 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
-