Uses of Class
org.apache.datasketches.theta.Union
Packages that use Union
Package
Description
The theta package contains the basic sketch classes that are members of the
Theta Sketch Framework.
-
Uses of Union in org.apache.datasketches.theta
Methods in org.apache.datasketches.theta that return UnionModifier and TypeMethodDescriptionSetOperationBuilder.buildUnion()Convenience method, returns a configured SetOperation Union with Default Nominal EntriesSetOperationBuilder.buildUnion(org.apache.datasketches.memory.WritableMemory dstMem) Convenience method, returns a configured SetOperation Union with Default Nominal Entries and the given destination memory.static UnionSketches.wrapUnion(org.apache.datasketches.memory.Memory srcMem) Convenience method, callsSetOperation.wrap(Memory)and casts the result to a Unionstatic UnionSketches.wrapUnion(org.apache.datasketches.memory.WritableMemory srcMem) Convenience method, callsSetOperation.wrap(Memory)and casts the result to a Union