Package | Description |
---|---|
org.apache.datasketches.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(org.apache.datasketches.memory.WritableMemory dstMem)
Convenience method, returns a configured SetOperation Union with
Default Nominal Entries
and the given destination memory.
|
static Union |
Sketches.wrapUnion(org.apache.datasketches.memory.Memory srcMem)
Convenience method, calls
SetOperation.wrap(Memory) and casts the result to a Union |
static Union |
Sketches.wrapUnion(org.apache.datasketches.memory.WritableMemory srcMem)
Convenience method, calls
SetOperation.wrap(Memory) and casts the result to a Union |
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.