risingwave_pb::hummock

Type Alias PbLevelType

source
pub type PbLevelType = LevelType;
Expand description

Alias for LevelType.

Aliased Type§

enum PbLevelType {
    Unspecified = 0,
    Nonoverlapping = 1,
    Overlapping = 2,
}

Variants§

§

Unspecified = 0

§

Nonoverlapping = 1

§

Overlapping = 2