pub unsafe fn take_max_bool_iter_unchecked_nulls<I: IntoIterator<Item = usize>>(
arr: &BooleanArray,
indices: I,
len: IdxSize,
) -> Option<bool>
Expand description
Take kernel for single chunk and an iterator as index.
ยงSafety
caller must ensure iterators indexes are in bounds