risingwave_hummock_sdk::key

Function key_with_epoch

source
pub fn key_with_epoch(user_key: Vec<u8>, epoch: HummockEpoch) -> Vec<u8> 
Expand description

Converts user key to full key by appending epoch to the user key.