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

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

Take kernel for single chunk without null values and an iterator as index that may produce None values.

Safety

  • no bounds checks
  • iterator must be TrustedLen