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