Uses of Class
org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUpdatableSketch
Packages that use ArrayOfDoublesUpdatableSketch
Package
Description
This package is for a concrete implementation of the Tuple sketch for an array of double values.
-
Uses of ArrayOfDoublesUpdatableSketch in org.apache.datasketches.tuple.arrayofdoubles
Methods in org.apache.datasketches.tuple.arrayofdoubles that return ArrayOfDoublesUpdatableSketchModifier and TypeMethodDescriptionArrayOfDoublesUpdatableSketchBuilder.build()Returns an ArrayOfDoublesUpdatableSketch with the current configuration of this Builder.ArrayOfDoublesUpdatableSketchBuilder.build(MemorySegment dstSeg) Returns an ArrayOfDoublesUpdatableSketch with the current configuration of this Builder.ArrayOfDoublesUpdatableSketch.heapify(MemorySegment seg) Heapify the given MemorySegment as an ArrayOfDoublesUpdatableSketchArrayOfDoublesUpdatableSketch.heapify(MemorySegment seg, long seed) Heapify the given MemorySegment and seed as a ArrayOfDoublesUpdatableSketchArrayOfDoublesSketch.heapifyUpdatableSketch(MemorySegment srcSeg) Heapify the given MemorySegment as an ArrayOfDoublesUpdatableSketchArrayOfDoublesSketch.heapifyUpdatableSketch(MemorySegment srcSeg, long seed) Heapify the given MemorySegment and seed as a ArrayOfDoublesUpdatableSketchArrayOfDoublesUpdatableSketch.wrap(MemorySegment seg) Wrap the given MemorySegment as an ArrayOfDoublesUpdatableSketch.ArrayOfDoublesUpdatableSketch.wrap(MemorySegment seg, long seed) Wrap the given MemorySegment and seed as a ArrayOfDoublesUpdatableSketch.ArrayOfDoublesSketch.wrapUpdatableSketch(MemorySegment srcSeg) Wrap the given MemorySegment as an ArrayOfDoublesUpdatableSketch.ArrayOfDoublesSketch.wrapUpdatableSketch(MemorySegment srcSeg, long seed) Wrap the given MemorySegment and seed as a ArrayOfDoublesUpdatableSketch.