pub type ImmutableMemtable = SharedBufferBatch;Aliased Type§
pub struct ImmutableMemtable {
    pub(crate) inner: Arc<SharedBufferBatchInner>,
    pub table_id: TableId,
}Fields§
§inner: Arc<SharedBufferBatchInner>§table_id: TableIdpub type ImmutableMemtable = SharedBufferBatch;pub struct ImmutableMemtable {
    pub(crate) inner: Arc<SharedBufferBatchInner>,
    pub table_id: TableId,
}inner: Arc<SharedBufferBatchInner>§table_id: TableId