layout: add helpers to LayoutHistory and prepare integration with Table

This commit is contained in:
Alex Auvolat
2023-11-09 16:32:31 +01:00
parent 9d95f6f704
commit df36cf3099
5 changed files with 74 additions and 13 deletions
+2
View File
@@ -80,6 +80,8 @@ impl<F: TableSchema, R: TableReplication> Table<F, R> {
let syncer = TableSyncer::new(system.clone(), data.clone(), merkle_updater.clone());
let gc = TableGc::new(system.clone(), data.clone());
system.layout_manager.add_table(F::TABLE_NAME);
let table = Arc::new(Self {
system,
data,