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(org.apache.datasketches.memory.WritableMemory dstMem) Returns an ArrayOfDoublesUpdatableSketch with the current configuration of this Builder.ArrayOfDoublesUpdatableSketch.heapify(org.apache.datasketches.memory.Memory mem) Heapify the given Memory as an ArrayOfDoublesUpdatableSketchArrayOfDoublesUpdatableSketch.heapify(org.apache.datasketches.memory.Memory mem, long seed) Heapify the given Memory and seed as a ArrayOfDoublesUpdatableSketchArrayOfDoublesSketches.heapifyUpdatableSketch(org.apache.datasketches.memory.Memory srcMem) Heapify the given Memory as an ArrayOfDoublesUpdatableSketchArrayOfDoublesSketches.heapifyUpdatableSketch(org.apache.datasketches.memory.Memory srcMem, long seed) Heapify the given Memory and seed as a ArrayOfDoublesUpdatableSketchArrayOfDoublesUpdatableSketch.wrap(org.apache.datasketches.memory.WritableMemory mem) Wrap the given WritableMemory as an ArrayOfDoublesUpdatableSketchArrayOfDoublesUpdatableSketch.wrap(org.apache.datasketches.memory.WritableMemory mem, long seed) Wrap the given WritableMemory and seed as a ArrayOfDoublesUpdatableSketchArrayOfDoublesSketches.wrapUpdatableSketch(org.apache.datasketches.memory.WritableMemory srcMem) Wrap the given WritableMemory as an ArrayOfDoublesUpdatableSketchArrayOfDoublesSketches.wrapUpdatableSketch(org.apache.datasketches.memory.WritableMemory srcMem, long seed) Wrap the given WritableMemory and seed as a ArrayOfDoublesUpdatableSketch