| Package | Description |
|---|---|
| org.apache.datasketches.tuple |
The tuple package contains implementation of sketches based on the idea of
theta sketches with the addition of values associated with unique keys.
|
| Modifier and Type | Method and Description |
|---|---|
CompactSketch<T> |
Filter.filter(Sketch<T> sketchIn)
Filters elements on the provided
Sketch |
CompactSketch<S> |
Intersection.getResult()
Gets the internal set as a CompactSketch
|
CompactSketch<S> |
AnotB.getResult()
Gets the result of this operation
|
CompactSketch<S> |
Union.getResult()
Gets the internal set as a CompactSketch
|
Copyright © 2015–2020 The Apache Software Foundation. All rights reserved.