Class NullAwareJoinHelper
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.join.NullAwareJoinHelper
-
public class NullAwareJoinHelper extends Object
Helper for null aware join.
-
-
Constructor Summary
Constructors Constructor Description NullAwareJoinHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int[]getNullFilterKeys(boolean[] filterNulls)static booleanshouldFilter(boolean nullSafe, boolean filterAllNulls, int[] nullFilterKeys, org.apache.flink.table.data.binary.BinaryRowData key)
-