Function polars_arrow::legacy::kernels::take_agg::take_max_bool_iter_unchecked_nulls
source · 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