Package com.illumon.iris.db.v2
Class ZeroKeyCrossJoinShiftState
java.lang.Object
com.illumon.iris.db.v2.CrossJoinShiftState
com.illumon.iris.db.v2.ZeroKeyCrossJoinShiftState
public class ZeroKeyCrossJoinShiftState extends CrossJoinShiftState
-
Constructor Summary
Constructors Constructor Description ZeroKeyCrossJoinShiftState(int numInitialShiftBits, boolean allowRightSideNulls)
-
Method Summary
Modifier and Type Method Description boolean
rightEmpty()
boolean
rightEmptyPrev()
Methods inherited from class com.illumon.iris.db.v2.CrossJoinShiftState
getMasked, getNumShiftBits, getPrevMasked, getPrevNumShiftBits, getPrevShifted, getShifted, leftOuterJoin
-
Constructor Details
-
ZeroKeyCrossJoinShiftState
public ZeroKeyCrossJoinShiftState(int numInitialShiftBits, boolean allowRightSideNulls)
-
-
Method Details
-
rightEmpty
public boolean rightEmpty() -
rightEmptyPrev
public boolean rightEmptyPrev()
-