Uses of Class
org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesUnion
Packages that use ArrayOfDoublesUnion
Package
Description
This package is for a concrete implementation of the Tuple sketch for an array of double values.
-
Uses of ArrayOfDoublesUnion in org.apache.datasketches.tuple.arrayofdoubles
Methods in org.apache.datasketches.tuple.arrayofdoubles that return ArrayOfDoublesUnionModifier and TypeMethodDescriptionArrayOfDoublesSetOperationBuilder.buildUnion()Creates an instance of ArrayOfDoublesUnion based on the current configuration of the builder.ArrayOfDoublesSetOperationBuilder.buildUnion(MemorySegment dstSeg) Creates an instance of ArrayOfDoublesUnion based on the current configuration of the builder and the given destination MemorySegment.static ArrayOfDoublesUnionArrayOfDoublesUnion.heapify(MemorySegment srcSeg) Heapify the given MemorySegment as an ArrayOfDoublesUnion.static ArrayOfDoublesUnionArrayOfDoublesUnion.heapify(MemorySegment srcSeg, long seed) Heapify the given MemorySegment and seed as an ArrayOfDoublesUnion.static ArrayOfDoublesUnionArrayOfDoublesSketch.heapifyUnion(MemorySegment srcSeg) Heapify the given MemorySegment as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnionArrayOfDoublesSketch.heapifyUnion(MemorySegment srcSeg, long seed) Heapify the given MemorySegment and seed as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnionArrayOfDoublesUnion.wrap(MemorySegment srcSeg) Wrap the given MemorySegment as an ArrayOfDoublesUnion.static ArrayOfDoublesUnionArrayOfDoublesUnion.wrap(MemorySegment srcSeg, long seed) Wrap the given MemorySegment and seed as an ArrayOfDoublesUnion.static ArrayOfDoublesUnionArrayOfDoublesSketch.wrapUnion(MemorySegment srcSeg) Wrap the given MemorySegment as an ArrayOfDoublesUnion If the given source MemorySegment is read-only, the returned TupleUnion object will also be read-only.static ArrayOfDoublesUnionArrayOfDoublesSketch.wrapUnion(MemorySegment srcSeg, long seed) Wrap the given MemorySegment and seed as an ArrayOfDoublesUnion If the given source MemorySegment is read-only, the returned TupleUnion object will also be read-only.