Interface NullAwareGetters
- All Known Implementing Classes:
BinaryRowData
@Internal
public interface NullAwareGetters
Provides null related getters.
-
Method Summary
-
Method Details
-
anyNull
boolean anyNull()If no field is null, return false. Returns true if one of the columns is null. -
anyNull
boolean anyNull(int[] fields) For the input fields, if no field is null, return false. Returns true if one of the columns is null.
-