fn value_nulls_are_masked( value: &ArrayRef, parent_nulls: Option<&NullBuffer>, ) -> bool
Returns true if every null in value is masked by a parent null, i.e. the column may be annotated non-nullable.
value