polars_arrow::compute::take::binary

Function take_unchecked

Source
pub unsafe fn take_unchecked<O: Offset, I: Index>(
    values: &BinaryArray<O>,
    indices: &PrimitiveArray<I>,
) -> BinaryArray<O>
Available on crate feature compute_take only.
Expand description

take implementation for utf8 arrays

ยงSafety

The indices must be in-bounds.