ArrayOfDoublesCompactSketch |
ArrayOfDoublesSketch.compact() |
|
abstract ArrayOfDoublesCompactSketch |
ArrayOfDoublesSketch.compact(org.apache.datasketches.memory.WritableMemory dstMem) |
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesUpdatableSketch.compact() |
Gets an on-heap compact representation of the sketch
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesUpdatableSketch.compact(org.apache.datasketches.memory.WritableMemory dstMem) |
Gets an off-heap compact representation of the sketch using the given memory
|
abstract ArrayOfDoublesCompactSketch |
ArrayOfDoublesAnotB.getResult() |
Gets the result of this operation in the form of a ArrayOfDoublesCompactSketch
|
abstract ArrayOfDoublesCompactSketch |
ArrayOfDoublesAnotB.getResult(org.apache.datasketches.memory.WritableMemory mem) |
Gets the result of this operation in the form of a ArrayOfDoublesCompactSketch
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesAnotBImpl.getResult() |
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesAnotBImpl.getResult(org.apache.datasketches.memory.WritableMemory dstMem) |
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesIntersection.getResult() |
Gets the internal set as an on-heap compact sketch.
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesIntersection.getResult(org.apache.datasketches.memory.WritableMemory dstMem) |
Gets the result of stateful intersections so far.
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesUnion.getResult() |
Returns the resulting union in the form of a compact sketch
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesUnion.getResult(org.apache.datasketches.memory.WritableMemory dstMem) |
Returns the resulting union in the form of a compact sketch
|