Package org.apache.datasketches
Class SetOperationCornerCases
- java.lang.Object
-
- org.apache.datasketches.SetOperationCornerCases
-
public class SetOperationCornerCases extends Object
-
-
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)
-