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.