risingwave_hummock_sdk::version

Type Alias GroupDelta

source
pub type GroupDelta = GroupDeltaCommon<SstableInfo>;

Aliased Type§

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

Variants§

§

NewL0SubLevel(Vec<SstableInfo>)

§

IntraLevel(IntraLevelDeltaCommon<SstableInfo>)

§

GroupConstruct(GroupConstruct)

§

GroupDestroy(GroupDestroy)

§

GroupMerge(GroupMerge)