Uses of Class
org.apache.datasketches.quantiles.QuantilesDoublesUnion
Packages that use QuantilesDoublesUnion
Package
Description
The quantiles package contains stochastic streaming algorithms that enable single-pass
analysis of the distribution of a stream of quantiles.
-
Uses of QuantilesDoublesUnion in org.apache.datasketches.quantiles
Methods in org.apache.datasketches.quantiles that return QuantilesDoublesUnionModifier and TypeMethodDescriptionQuantilesDoublesUnionBuilder.build()Returns a new empty Union object with the current configuration of this Builder.QuantilesDoublesUnionBuilder.build(MemorySegment dstSeg, MemorySegmentRequest mSegReq) Returns a new empty Union object with the current configuration of this Builder and the specified backing destination MemorySegment store.static QuantilesDoublesUnionQuantilesDoublesUnion.heapify(MemorySegment srcSeg) Returns a Heap Union object that has been initialized with the data from the given MemorySegment that contains an image of a sketch.static QuantilesDoublesUnionQuantilesDoublesUnion.heapify(QuantilesDoublesSketch sketch) Returns a Heap Union object that has been initialized with the data from the given sketch.static QuantilesDoublesUnionQuantilesDoublesUnion.wrap(MemorySegment srcSeg) Returns an updatable Union object that wraps the given MemorySegment that contains an image of a QuantilesDoublesSketch.static QuantilesDoublesUnionQuantilesDoublesUnion.wrap(MemorySegment srcSeg, MemorySegmentRequest mSegReq) Returns an updatable Union object that wraps the given MemorySegment that contains an image of a QuantilesDoublesSketch.