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