risingwave_storage::memory

Type Alias BytesFullKey

source
pub type BytesFullKey = FullKey<Bytes>;

Aliased Type§

struct BytesFullKey {
    pub user_key: UserKey<Bytes>,
    pub epoch_with_gap: EpochWithGap,
}

Fields§

§user_key: UserKey<Bytes>§epoch_with_gap: EpochWithGap