pub unsafe extern "C" fn roaring_bitmap_add_offset(
bm: *const roaring_bitmap_t,
offset: i64,
) -> *mut roaring_bitmap_tExpand 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.