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