Function mz_repr::row::encode::mask_nulls
source · fn mask_nulls(column: &ArrayRef, null_mask: Option<&NullBuffer>) -> ArrayRef
Expand description
Merge the provided null buffer with the existing array’s null buffer, if any.