| Constructor and Description |
|---|
AnotB() |
| Modifier and Type | Method and Description |
|---|---|
CompactSketch<S> |
getResult()
Gets the result of this operation
|
void |
update(Sketch<S> a,
Sketch<S> b)
Perform A-and-not-B set operation on the two given sketches.
|
public void update(Sketch<S> a, Sketch<S> b)
a - The incoming sketch for the first argumentb - The incoming sketch for the second argumentpublic CompactSketch<S> getResult()
Copyright © 2015–2020 The Apache Software Foundation. All rights reserved.