Uses of Class
org.apache.datasketches.tuple.arrayofdoubles.ArrayOfDoublesCompactSketch
Packages that use ArrayOfDoublesCompactSketch
Package
Description
This package is for a concrete implementation of the Tuple sketch for an array of double values.
-
Uses of ArrayOfDoublesCompactSketch in org.apache.datasketches.tuple.arrayofdoubles
Methods in org.apache.datasketches.tuple.arrayofdoubles that return ArrayOfDoublesCompactSketchModifier and TypeMethodDescriptionArrayOfDoublesSketch.compact()Returns this sketch in compact form, which is immutable.abstract ArrayOfDoublesCompactSketchArrayOfDoublesSketch.compact(MemorySegment dstSeg) Returns this sketch in compact form, which is immutable.ArrayOfDoublesUpdatableSketch.compact()Gets an on-heap compact representation of the sketchArrayOfDoublesUpdatableSketch.compact(MemorySegment dstSeg) Gets an off-heap compact representation of the sketch using the given MemorySegmentabstract ArrayOfDoublesCompactSketchArrayOfDoublesAnotB.getResult()Gets the result of this operation in the form of a ArrayOfDoublesCompactSketchabstract ArrayOfDoublesCompactSketchArrayOfDoublesAnotB.getResult(MemorySegment seg) Gets the result of this operation in the form of a ArrayOfDoublesCompactSketchArrayOfDoublesAnotBImpl.getResult()ArrayOfDoublesAnotBImpl.getResult(MemorySegment dstSeg) ArrayOfDoublesIntersection.getResult()Gets the internal set as an on-heap compact sketch.ArrayOfDoublesIntersection.getResult(MemorySegment dstSeg) Gets the result of stateful intersections so far.ArrayOfDoublesUnion.getResult()Returns the resulting union in the form of a compact sketchArrayOfDoublesUnion.getResult(MemorySegment dstSeg) Returns the resulting union in the form of a compact sketch