Interface NullAwareGetters
-
- All Known Implementing Classes:
BinaryRowData
@Internal public interface NullAwareGettersProvides null related getters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleananyNull()If no field is null, return false.booleananyNull(int[] fields)For the input fields, if no field is null, return false.
-