risingwave_storage::mem_table

Type Alias ImmutableMemtable

source
pub type ImmutableMemtable = SharedBufferBatch;

Aliased Type§

struct ImmutableMemtable {
    pub(crate) inner: Arc<SharedBufferBatchInner>,
    pub table_id: TableId,
}

Fields§

§inner: Arc<SharedBufferBatchInner>§table_id: TableId