risingwave_pb::hummock

Type Alias PbInputLevel

source
pub type PbInputLevel = InputLevel;
Expand description

Alias for InputLevel.

Aliased Type§

struct PbInputLevel {
    pub level_idx: u32,
    pub level_type: i32,
    pub table_infos: Vec<SstableInfo>,
}

Fields§

§level_idx: u32§level_type: i32§table_infos: Vec<SstableInfo>