Uses of Class
org.apache.datasketches.theta.ThetaIntersection
Packages that use ThetaIntersection
Package
Description
The theta package contains the basic sketch classes that are members of the
Theta-Sketch Framework.
-
Uses of ThetaIntersection in org.apache.datasketches.theta
Methods in org.apache.datasketches.theta that return ThetaIntersectionModifier and TypeMethodDescriptionThetaSetOperationBuilder.buildIntersection()Convenience method, returns a configured ThetaIntersection with Default Nominal EntriesThetaSetOperationBuilder.buildIntersection(MemorySegment dstSeg) Convenience method, returns a configured ThetaIntersection with Default Nominal Entries and the given destination MemorySegment.static ThetaIntersectionThetaIntersection.wrap(MemorySegment srcSeg) Factory: Wrap a ThetaIntersection target around the given source MemorySegment containing intersection data.static ThetaIntersectionThetaIntersection.wrap(MemorySegment srcSeg, long expectedSeed) Factory: Wrap a ThetaIntersection target around the given source MemorySegment containing intersection data.