pub(crate) fn filter_array( array: &ArrayRef, mask: &BooleanArray, ) -> Result<ArrayRef>
Filters a single array with the provided boolean mask.