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