pub unsafe fn take_no_null_binary_iter_unchecked<I: IntoIterator<Item = usize>>(
    arr: &LargeBinaryArray,
    indices: I
) -> Box<LargeBinaryArray>
Expand description

Safety

  • no bounds checks
  • iterator must be TrustedLen