Uses of Class
org.apache.datasketches.tdigest.TDigestDouble
Packages that use TDigestDouble
-
Uses of TDigestDouble in org.apache.datasketches.tdigest
Methods in org.apache.datasketches.tdigest that return TDigestDoubleModifier and TypeMethodDescriptionstatic TDigestDoubleTDigestDouble.heapify(MemorySegment seg) Deserialize TDigest from a given MemorySegment.static TDigestDoubleTDigestDouble.heapify(MemorySegment seg, boolean isFloat) Deserialize TDigest from a given MemorySegment.Methods in org.apache.datasketches.tdigest with parameters of type TDigestDoubleModifier and TypeMethodDescriptionvoidTDigestDouble.merge(TDigestDouble other) Merge the given TDigest into this one