Uses of Class
org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesSketch
Packages that use ArrayOfDoublesSketch
Package
Description
This package is for a concrete implementation of the Tuple sketch for an array of double values.
-
Uses of ArrayOfDoublesSketch in org.apache.datasketches.tuple.arrayofdoubles
Subclasses of ArrayOfDoublesSketch in org.apache.datasketches.tuple.arrayofdoublesModifier and TypeClassDescriptionclassTop level compact tuple sketch of type ArrayOfDoubles.classThe top level for updatable tuple sketches of type ArrayOfDoubles.Methods in org.apache.datasketches.tuple.arrayofdoubles that return ArrayOfDoublesSketchModifier and TypeMethodDescriptionstatic ArrayOfDoublesSketchArrayOfDoublesSketch.heapify(org.apache.datasketches.memory.Memory mem) Heapify the given Memory as an ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketch.heapify(org.apache.datasketches.memory.Memory mem, long seed) Heapify the given Memory and seed as a ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketches.heapifySketch(org.apache.datasketches.memory.Memory srcMem) Heapify the given Memory as an ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketches.heapifySketch(org.apache.datasketches.memory.Memory srcMem, long seed) Heapify the given Memory and seed as a ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketch.wrap(org.apache.datasketches.memory.Memory mem) Wrap the given Memory as an ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketch.wrap(org.apache.datasketches.memory.Memory mem, long seed) Wrap the given Memory and seed as a ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketches.wrapSketch(org.apache.datasketches.memory.Memory srcMem) Wrap the given Memory as an ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketches.wrapSketch(org.apache.datasketches.memory.Memory srcMem, long seed) Wrap the given Memory and seed as a ArrayOfDoublesSketchMethods in org.apache.datasketches.tuple.arrayofdoubles with parameters of type ArrayOfDoublesSketchModifier and TypeMethodDescriptionvoidArrayOfDoublesIntersection.intersect(ArrayOfDoublesSketch tupleSketch, ArrayOfDoublesCombiner combiner) Performs a stateful intersection of the internal set with the given tupleSketch.voidArrayOfDoublesUnion.union(ArrayOfDoublesSketch tupleSketch) Updates the union by adding a set of entries from a given sketch, which can be on-heap or off-heap.abstract voidArrayOfDoublesAnotB.update(ArrayOfDoublesSketch a, ArrayOfDoublesSketch b) Perform A-and-not-B set operation on the two given sketches.voidArrayOfDoublesAnotBImpl.update(ArrayOfDoublesSketch skA, ArrayOfDoublesSketch skB)