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(MemorySegment seg) Heapify the given MemorySegment as an ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketch.heapify(MemorySegment seg, long seed) Heapify the given MemorySegment and seed as a ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketch.heapifySketch(MemorySegment srcSeg) Heapify the given MemorySegment as an ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketch.heapifySketch(MemorySegment srcSeg, long seed) Heapify the given MemorySegment and seed as a ArrayOfDoublesSketchstatic ArrayOfDoublesSketchArrayOfDoublesSketch.wrap(MemorySegment seg) Wrap the given MemorySegment as an ArrayOfDoublesSketch.static ArrayOfDoublesSketchArrayOfDoublesSketch.wrap(MemorySegment seg, long seed) Wrap the given MemorySegment and seed as a ArrayOfDoublesSketch.static ArrayOfDoublesSketchArrayOfDoublesSketch.wrapSketch(MemorySegment srcSeg) Wrap the given MemorySegment as an ArrayOfDoublesSketch.static ArrayOfDoublesSketchArrayOfDoublesSketch.wrapSketch(MemorySegment srcSeg, long seed) Wrap the given MemorySegment and seed as a ArrayOfDoublesSketch.Methods 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)