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