pub type GroupDelta = GroupDeltaCommon<SstableInfo>;Aliased Type§
pub enum GroupDelta {
NewL0SubLevel(Vec<SstableInfo>),
IntraLevel(IntraLevelDeltaCommon<SstableInfo>),
GroupConstruct(Box<GroupConstruct>),
GroupDestroy(GroupDestroy),
GroupMerge(GroupMerge),
PruneTableIdsFromSsts(HashSet<TypedId<0, u32>>),
}Variants§
NewL0SubLevel(Vec<SstableInfo>)
IntraLevel(IntraLevelDeltaCommon<SstableInfo>)
GroupConstruct(Box<GroupConstruct>)
GroupDestroy(GroupDestroy)
GroupMerge(GroupMerge)
PruneTableIdsFromSsts(HashSet<TypedId<0, u32>>)
Prunes table ids from SST metadata.
Serialized as protobuf truncate_tables for compatibility.