risingwave_hummock_sdk::change_log

Type Alias TableChangeLog

source
pub type TableChangeLog = TableChangeLogCommon<SstableInfo>;

Aliased Type§

struct TableChangeLog(pub Vec<EpochNewChangeLogCommon<SstableInfo>>);

Fields§

§0: Vec<EpochNewChangeLogCommon<SstableInfo>>