Function prep_null_mask_filter
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.
pub fn prep_null_mask_filter(filter: &BooleanArray) -> BooleanArray
Remove null values by do a bitmask AND operation with null bits and the boolean bits.