pub unsafe fn take_utf8_unchecked(
    arr: &LargeStringArray,
    indices: &IdxArr
) -> Arc<LargeStringArray>
Expand description

Safety

caller must ensure indices are in bounds