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