pub unsafe fn take_min_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