Class SetOperationCornerCases
- java.lang.Object
-
- org.apache.datasketches.thetacommon.SetOperationCornerCases
-
public class SetOperationCornerCases extends Object
Simplifies and speeds up set operations by resolving specific corner cases.- Author:
- Lee Rhodes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetOperationCornerCases.AnotbActionstatic classSetOperationCornerCases.CornerCasestatic classSetOperationCornerCases.IntersectActionstatic classSetOperationCornerCases.UnionAction
-
Constructor Summary
Constructors Constructor Description SetOperationCornerCases()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intcreateCornerCaseId(long thetaLongA, int countA, boolean emptyA, long thetaLongB, int countB, boolean emptyB)static intsketchStateId(boolean isEmpty, int numRetained, long thetaLong)
-