Uses of Class
org.apache.datasketches.tuple.arrayofdoubles.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
Modifier and TypeMethodDescriptionArrayOfDoublesSetOperationBuilder.buildUnion()
Creates an instance of ArrayOfDoublesUnion based on the current configuration of the builder.ArrayOfDoublesSetOperationBuilder.buildUnion
(org.apache.datasketches.memory.WritableMemory dstMem) Creates an instance of ArrayOfDoublesUnion based on the current configuration of the builder and the given destination memory.static ArrayOfDoublesUnion
ArrayOfDoublesUnion.heapify
(org.apache.datasketches.memory.Memory srcMem) Heapify the given Memory as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnion
ArrayOfDoublesUnion.heapify
(org.apache.datasketches.memory.Memory srcMem, long seed) Heapify the given Memory and seed as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnion
ArrayOfDoublesSketches.heapifyUnion
(org.apache.datasketches.memory.Memory srcMem) Heapify the given Memory as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnion
ArrayOfDoublesSketches.heapifyUnion
(org.apache.datasketches.memory.Memory srcMem, long seed) Heapify the given Memory and seed as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnion
ArrayOfDoublesUnion.wrap
(org.apache.datasketches.memory.Memory srcMem) Wrap the given Memory as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnion
ArrayOfDoublesUnion.wrap
(org.apache.datasketches.memory.Memory srcMem, long seed) Wrap the given Memory and seed as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnion
ArrayOfDoublesUnion.wrap
(org.apache.datasketches.memory.WritableMemory srcMem) Wrap the given WritableMemory as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnion
ArrayOfDoublesUnion.wrap
(org.apache.datasketches.memory.WritableMemory srcMem, long seed) Wrap the given WritableMemory and seed as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnion
ArrayOfDoublesSketches.wrapUnion
(org.apache.datasketches.memory.Memory srcMem) Wrap the given Memory as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnion
ArrayOfDoublesSketches.wrapUnion
(org.apache.datasketches.memory.Memory srcMem, long seed) Wrap the given Memory and seed as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnion
ArrayOfDoublesSketches.wrapUnion
(org.apache.datasketches.memory.WritableMemory srcMem) Wrap the given Memory as an ArrayOfDoublesUnionstatic ArrayOfDoublesUnion
ArrayOfDoublesSketches.wrapUnion
(org.apache.datasketches.memory.WritableMemory srcMem, long seed) Wrap the given Memory and seed as an ArrayOfDoublesUnion