pub fn set_nulls_dyn(
    input: &dyn Array,
    nulls: Option<NullBuffer>,
) -> Result<ArrayRef>
Expand description

Replaces the nulls in the input array with the given NullBuffer

TODO: replace when upstreamed in arrow-rs: https://github.com/apache/arrow-rs/issues/6528