Function arrow::compute::prep_null_mask_filter
source ยท 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.