You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, those operations do not exists. This issue seems highly related to this recent one #276. It is not very complex to create a range operator that can be converted into a bitmap if necessary.
let bitmap = RoaringBitmap::from_iter(20..142);let iter = bitmap.range(23..42);let subset_bitmap = iter.collect();// can this be specialized for roaring::Iter types?
https://github.com/RoaringBitmap/RoaringBitmap?tab=readme-ov-file#range-bitmaps
Is there any chance that we can use RangeBitmap?
The text was updated successfully, but these errors were encountered: