Type Alias GroupDelta

Source
pub type GroupDelta = GroupDeltaCommon<SstableInfo>;

Aliased Type§

pub enum GroupDelta {
    NewL0SubLevel(Vec<SstableInfo>),
    IntraLevel(IntraLevelDeltaCommon<SstableInfo>),
    GroupConstruct(Box<GroupConstruct>),
    GroupDestroy(GroupDestroy),
    GroupMerge(GroupMerge),
    TruncateTables(Vec<u32>),
}

Variants§

§

NewL0SubLevel(Vec<SstableInfo>)

§

IntraLevel(IntraLevelDeltaCommon<SstableInfo>)

§

GroupConstruct(Box<GroupConstruct>)

§

GroupDestroy(GroupDestroy)

§

GroupMerge(GroupMerge)

§

TruncateTables(Vec<u32>)