Function polars_arrow::compute::take::take_primitive_unchecked
source · pub unsafe fn take_primitive_unchecked<T: NativeType>(
arr: &PrimitiveArray<T>,
indices: &IdxArr
) -> Box<PrimitiveArray<T>>
Expand description
Take kernel for single chunk with nulls and arrow array as index that may have nulls.
Safety
caller must ensure indices are in bounds