roaring_bitmap_add_offset

Function roaring_bitmap_add_offset 

Source
pub unsafe extern "C" fn roaring_bitmap_add_offset(
    bm: *const roaring_bitmap_t,
    offset: i64,
) -> *mut roaring_bitmap_t
Expand description

Return a copy of the bitmap with all values shifted by offset. The returned pointer may be NULL in case of errors. The caller is responsible for freeing the return bitmap.