Package | Description |
---|---|
org.apache.datasketches.tuple.arrayofdoubles |
This package is for a concrete implementation of the Tuple sketch for an array of double values.
|
Modifier and Type | Method and Description |
---|---|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesSketch.compact() |
ArrayOfDoublesCompactSketch |
ArrayOfDoublesUpdatableSketch.compact()
Gets an on-heap compact representation of the sketch
|
abstract ArrayOfDoublesCompactSketch |
ArrayOfDoublesSketch.compact(org.apache.datasketches.memory.WritableMemory dstMem) |
ArrayOfDoublesCompactSketch |
ArrayOfDoublesUpdatableSketch.compact(org.apache.datasketches.memory.WritableMemory dstMem)
Gets an off-heap compact representation of the sketch using the given memory
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesAnotBImpl.getResult() |
ArrayOfDoublesCompactSketch |
ArrayOfDoublesIntersection.getResult()
Gets the internal set as an on-heap compact sketch.
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesUnion.getResult()
Returns the resulting union in the form of a compact sketch
|
abstract ArrayOfDoublesCompactSketch |
ArrayOfDoublesAnotB.getResult()
Gets the result of this operation in the form of a ArrayOfDoublesCompactSketch
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesAnotBImpl.getResult(org.apache.datasketches.memory.WritableMemory dstMem) |
ArrayOfDoublesCompactSketch |
ArrayOfDoublesIntersection.getResult(org.apache.datasketches.memory.WritableMemory dstMem)
Gets the result of stateful intersections so far.
|
ArrayOfDoublesCompactSketch |
ArrayOfDoublesUnion.getResult(org.apache.datasketches.memory.WritableMemory dstMem)
Returns the resulting union in the form of a compact sketch
|
abstract ArrayOfDoublesCompactSketch |
ArrayOfDoublesAnotB.getResult(org.apache.datasketches.memory.WritableMemory mem)
Gets the result of this operation in the form of a ArrayOfDoublesCompactSketch
|
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.