store_match

Function store_match 

Source
pub fn store_match(dimension_key: Vec<u8>, tx_seq: u64) -> (Key, Value)
Expand description

Build a (Key, Value) pair that adds tx_seq to the bitmap for (dimension_key, bucket_of(tx_seq)). The merge operator unions this single-bit operand with whatever’s already on disk.