Function take_bitmap_nulls_unchecked

Source
pub unsafe fn take_bitmap_nulls_unchecked(
    values: &Bitmap,
    indices: &IdxArr,
) -> Bitmap
Expand description

§Safety

Doesn’t check bounds for non-null elements.