polars_arrow::compute::take::boolean

Function take_unchecked

Source
pub unsafe fn take_unchecked(
    values: &BooleanArray,
    indices: &PrimitiveArray<IdxSize>,
) -> BooleanArray
Available on crate feature compute_take only.
Expand description

take implementation for boolean arrays

ยงSafety

The indices must be in-bounds.