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