mz_repr::row::encode

Function 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.