risingwave_hummock_sdk::time_travel

Function refill_version

source
pub fn refill_version(
    version: &mut HummockVersion,
    sst_id_to_info: &HashMap<HummockSstableId, SstableInfo>,
    table_id: u32,
)
Expand description

Populates SstableInfo for table_id. SstableInfo not associated with table_id is removed.