public class NullAwareJoinHelper extends Object
| Constructor and Description |
|---|
NullAwareJoinHelper() |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
getNullFilterKeys(boolean[] filterNulls) |
static boolean |
shouldFilter(boolean nullSafe,
boolean filterAllNulls,
int[] nullFilterKeys,
BinaryRow key) |
public static int[] getNullFilterKeys(boolean[] filterNulls)
public static boolean shouldFilter(boolean nullSafe,
boolean filterAllNulls,
int[] nullFilterKeys,
BinaryRow key)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.