Package | Description |
---|---|
org.apache.datasketches.tuple.arrayofdoubles |
Modifier and Type | Method and Description |
---|---|
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
|
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 |
ArrayOfDoublesIntersection.getResult(org.apache.datasketches.memory.WritableMemory dstMem)
Gets the internal set as an off-heap compact sketch using the given memory.
|
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–2021 The Apache Software Foundation. All rights reserved.