mz_arrow_util

Function mask_nulls

Source
pub 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.