pub unsafe fn take_binary_unchecked(
    arr: &LargeBinaryArray,
    indices: &IdxArr
) -> Box<LargeBinaryArray>
Expand description

Safety

caller must ensure indices are in bounds