risingwave_storage::table

Type Alias KeyedChangeLogRow

source
pub type KeyedChangeLogRow<T> = KeyedRow<T, ChangeLogRow>;

Aliased Type§

struct KeyedChangeLogRow<T> {
    vnode_prefixed_key: TableKey<T>,
    row: ChangeLogValue<OwnedRow>,
}

Fields§

§vnode_prefixed_key: TableKey<T>§row: ChangeLogValue<OwnedRow>

Trait Implementations§