polars_arrow::compute::take::bitmap

Function take_bitmap_nulls_unchecked

Source
pub unsafe fn take_bitmap_nulls_unchecked(
    values: &Bitmap,
    indices: &IdxArr,
) -> Bitmap
Available on crate feature compute_take only.
Expand description

§Safety

Doesn’t check bounds for non-null elements.