| Package | Description |
|---|---|
| com.yahoo.sketches.theta |
The theta package contains all the sketch classes that are members of the
Theta Sketch Framework.
|
| Modifier and Type | Method and Description |
|---|---|
static CompactSketch |
PairwiseSetOperations.aNotB(CompactSketch skA,
CompactSketch skB)
This implements a stateless, pair-wise A AND NOT B operation on ordered,
CompactSketches that are either Heap-based or Direct.
|
CompactSketch |
UpdateSketch.compact()
Converts this UpdateSketch to an ordered CompactSketch on the Java heap.
|
CompactSketch |
UpdateSketch.compact(boolean dstOrdered,
Memory dstMem)
Convert this UpdateSketch to a CompactSketch in the chosen form.
|
CompactSketch |
Union.getResult()
Gets the result of this operation as an ordered CompactSketch on the Java heap.
|
CompactSketch |
Intersection.getResult()
Gets the result of this operation as an ordered CompactSketch on the Java heap.
|
CompactSketch |
AnotB.getResult()
Gets the result of this operation as an ordered CompactSketch on the Java heap
|
CompactSketch |
Union.getResult(boolean dstOrdered,
Memory dstMem)
Gets the result of this operation as a CompactSketch of the chosen form.
|
CompactSketch |
Intersection.getResult(boolean dstOrdered,
Memory dstMem)
Gets the result of this operation as a CompactSketch of the chosen form.
|
CompactSketch |
AnotB.getResult(boolean dstOrdered,
Memory dstMem)
Gets the result of this operation as a CompactSketch of the chosen form
|
static CompactSketch |
PairwiseSetOperations.intersect(CompactSketch skA,
CompactSketch skB)
This implements a stateless, pair-wise intersection operation on ordered,
CompactSketches that are either Heap-based or Direct.
|
static CompactSketch |
PairwiseSetOperations.union(CompactSketch skA,
CompactSketch skB)
This implements a stateless, pair-wise union operation on ordered,
CompactSketches that are either Heap-based or Direct.
|
static CompactSketch |
PairwiseSetOperations.union(CompactSketch skA,
CompactSketch skB,
int k)
This implements a stateless, pair-wise union operation on ordered,
CompactSketches that are either Heap-based or Direct.
|
| Modifier and Type | Method and Description |
|---|---|
static CompactSketch |
PairwiseSetOperations.aNotB(CompactSketch skA,
CompactSketch skB)
This implements a stateless, pair-wise A AND NOT B operation on ordered,
CompactSketches that are either Heap-based or Direct.
|
static CompactSketch |
PairwiseSetOperations.intersect(CompactSketch skA,
CompactSketch skB)
This implements a stateless, pair-wise intersection operation on ordered,
CompactSketches that are either Heap-based or Direct.
|
static CompactSketch |
PairwiseSetOperations.union(CompactSketch skA,
CompactSketch skB)
This implements a stateless, pair-wise union operation on ordered,
CompactSketches that are either Heap-based or Direct.
|
static CompactSketch |
PairwiseSetOperations.union(CompactSketch skA,
CompactSketch skB,
int k)
This implements a stateless, pair-wise union operation on ordered,
CompactSketches that are either Heap-based or Direct.
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.