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