Function polars_arrow::compute::take::take_binary_unchecked
source · pub unsafe fn take_binary_unchecked(
arr: &LargeBinaryArray,
indices: &IdxArr
) -> Box<LargeBinaryArray>
Expand description
Safety
caller must ensure indices are in bounds