Function polars_arrow::kernels::take::take_no_null_bool_iter_unchecked [−][src]
pub unsafe fn take_no_null_bool_iter_unchecked<I: IntoIterator<Item = usize>>(
arr: &BooleanArray,
indices: I
) -> Arc<BooleanArray>
Expand description
Take kernel for single chunk without nulls and an iterator as index.
Safety
- no bounds checks
- iterator must be TrustedLen