| 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 |
|---|---|
Union |
SetOperationBuilder.buildUnion()
Convenience method, returns a configured SetOperation Union with
Default Nominal Entries
|
Union |
SetOperationBuilder.buildUnion(int nomEntries)
Convenience method, returns a configured SetOperation Union with the given
Nominal Entries.
|
static Union |
Sketches.wrapUnion(Memory srcMem)
Convenience method, calls
SetOperation.wrap(Memory) and casts the result to a Union |
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.