polars_arrow::compute::take::bitmap

Function take_bitmap_unchecked

Source
pub unsafe fn take_bitmap_unchecked(
    values: &Bitmap,
    indices: &[IdxSize],
) -> Bitmap
Available on crate feature compute_take only.
Expand description

§Safety

Doesn’t do any bound checks.