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 ReqSketchReqSketch.heapify(MemorySegment seg) Returns an ReqSketch on the heap from a MemorySegment image of the sketch.Methods in org.apache.datasketches.req with parameters of type ReqSketch