public abstract class ArrayOfDoublesAnotB extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract ArrayOfDoublesCompactSketch |
getResult()
Gets the result of this operation in the form of a ArrayOfDoublesCompactSketch
|
abstract ArrayOfDoublesCompactSketch |
getResult(org.apache.datasketches.memory.WritableMemory mem)
Gets the result of this operation in the form of a ArrayOfDoublesCompactSketch
|
abstract void |
update(ArrayOfDoublesSketch a,
ArrayOfDoublesSketch b)
Perform A-and-not-B set operation on the two given sketches.
|
public abstract void update(ArrayOfDoublesSketch a, ArrayOfDoublesSketch b)
a - The incoming sketch for the first argumentb - The incoming sketch for the second argumentpublic abstract ArrayOfDoublesCompactSketch getResult()
public abstract ArrayOfDoublesCompactSketch getResult(org.apache.datasketches.memory.WritableMemory mem)
mem - memory for the result (can be null)Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.