Uses of Class
org.apache.datasketches.theta.ThetaUnion
Packages that use ThetaUnion
Package
Description
The theta package contains the basic sketch classes that are members of the
Theta-Sketch Framework.
-
Uses of ThetaUnion in org.apache.datasketches.theta
Methods in org.apache.datasketches.theta that return ThetaUnionModifier and TypeMethodDescriptionThetaSetOperationBuilder.buildUnion()Convenience method, returns a configured ThetaSetOperation ThetaUnion with Default Nominal EntriesThetaSetOperationBuilder.buildUnion(MemorySegment dstSeg) Convenience method, returns a configured ThetaSetOperation ThetaUnion with Default Nominal Entries and the given destination MemorySegment.static ThetaUnionThetaUnion.fastWrap(MemorySegment srcSeg) Wrap a ThetaUnion object around a ThetaUnion MemorySegment object containing data.static ThetaUnionThetaUnion.fastWrap(MemorySegment srcSeg, long expectedSeed) Wrap a ThetaUnion object around a ThetaUnion MemorySegment object containing data.static ThetaUnionThetaUnion.wrap(MemorySegment srcSeg) Wrap a ThetaUnion object around a ThetaUnion MemorySegment object containing data.static ThetaUnionThetaUnion.wrap(MemorySegment srcSeg, long expectedSeed) Wrap a ThetaUnion object around a ThetaUnion MemorySegment object containing data.