pub fn store_bitmap(
dimension_key: Vec<u8>,
bucket: u64,
bitmap: RoaringBitmap,
) -> (Key, Value)Expand description
Build a (Key, Value) pair that stages the given bitmap as a
merge operand against the existing on-disk bitmap. Useful for
pipelines that batch many events into one bucket per dimension
before writing.