Function polars_arrow::compute::take::take_binary_opt_iter_unchecked
source · pub unsafe fn take_binary_opt_iter_unchecked<I: IntoIterator<Item = Option<usize>>>(
arr: &LargeBinaryArray,
indices: I
) -> Box<LargeBinaryArray>
Expand description
Safety
- no bounds checks
- iterator must be TrustedLen