Function arrow::compute::kernels::filter::prep_null_mask_filter[][src]

pub fn prep_null_mask_filter(filter: &BooleanArray) -> BooleanArray
Expand description

Remove null values by do a bitmask AND operation with null bits and the boolean bits.