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()abstract ArrayOfDoublesCompactSketchArrayOfDoublesSketch.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 ArrayOfDoublesCompactSketchArrayOfDoublesAnotB.getResult()Gets the result of this operation in the form of a ArrayOfDoublesCompactSketchabstract ArrayOfDoublesCompactSketchArrayOfDoublesAnotB.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