pub fn sort_boolean_array(arr: &mut BooleanArray<()>)Expand description
Sorts a BooleanArray in-place by value: all false first, then true. Nulls sort first if present.
pub fn sort_boolean_array(arr: &mut BooleanArray<()>)Sorts a BooleanArray in-place by value: all false first, then true. Nulls sort first if present.