risingwave_pb::common

Type Alias PbBatchQueryCommittedEpoch

source
pub type PbBatchQueryCommittedEpoch = BatchQueryCommittedEpoch;
Expand description

Aliased Type§

struct PbBatchQueryCommittedEpoch {
    pub epoch: u64,
    pub hummock_version_id: u64,
}

Fields§

§epoch: u64§hummock_version_id: u64