risingwave_pb::hummock

Type Alias PbStateTableInfo

source
pub type PbStateTableInfo = StateTableInfo;
Expand description

Alias for StateTableInfo.

Aliased Type§

struct PbStateTableInfo {
    pub committed_epoch: u64,
    pub compaction_group_id: u64,
}

Fields§

§committed_epoch: u64§compaction_group_id: u64