Uses of Class
org.apache.datasketches.tuple.arrayofdoubles.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
Modifier and TypeMethodDescriptionArrayOfDoublesSketch.compact()
abstract ArrayOfDoublesCompactSketch
ArrayOfDoublesSketch.compact
(org.apache.datasketches.memory.WritableMemory dstMem) ArrayOfDoublesUpdatableSketch.compact()
Gets an on-heap compact representation of the sketchArrayOfDoublesUpdatableSketch.compact
(org.apache.datasketches.memory.WritableMemory dstMem) Gets an off-heap compact representation of the sketch using the given memoryabstract ArrayOfDoublesCompactSketch
ArrayOfDoublesAnotB.getResult()
Gets the result of this operation in the form of a ArrayOfDoublesCompactSketchabstract ArrayOfDoublesCompactSketch
ArrayOfDoublesAnotB.getResult
(org.apache.datasketches.memory.WritableMemory mem) Gets the result of this operation in the form of a ArrayOfDoublesCompactSketchArrayOfDoublesAnotBImpl.getResult()
ArrayOfDoublesAnotBImpl.getResult
(org.apache.datasketches.memory.WritableMemory dstMem) ArrayOfDoublesIntersection.getResult()
Gets the internal set as an on-heap compact sketch.ArrayOfDoublesIntersection.getResult
(org.apache.datasketches.memory.WritableMemory dstMem) Gets the result of stateful intersections so far.ArrayOfDoublesUnion.getResult()
Returns the resulting union in the form of a compact sketchArrayOfDoublesUnion.getResult
(org.apache.datasketches.memory.WritableMemory dstMem) Returns the resulting union in the form of a compact sketch