Function polars_arrow::kernels::take::take_primitive_unchecked[][src]

pub unsafe fn take_primitive_unchecked<T: NativeType>(
    arr: &PrimitiveArray<T>,
    indices: &UInt32Array
) -> Arc<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