Function polars_arrow::kernels::take::take_bool_opt_iter_unchecked[][src]

pub unsafe fn take_bool_opt_iter_unchecked<I: IntoIterator<Item = Option<usize>>>(
    arr: &BooleanArray,
    indices: I
) -> Arc<BooleanArray>
Expand description

Take kernel for single chunk and an iterator as index.

Safety

  • no bounds checks
  • iterator must be TrustedLen