Uses of Class
org.apache.datasketches.req.ReqSketch
Packages that use ReqSketch
Package
Description
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 ReqSketchModifier and TypeMethodDescriptionReqSketchBuilder.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.Methods in org.apache.datasketches.req with parameters of type ReqSketch