Get the catalog manager
(&self)
| 98 | |
| 99 | /// Get the catalog manager |
| 100 | pub fn get_catalog_manager(&self) -> Arc<RwLock<CatalogManager>> { |
| 101 | self.catalog_manager.clone() |
| 102 | } |
| 103 | |
| 104 | /// Get the transaction manager |
| 105 | pub fn get_transaction_manager(&self) -> Arc<TransactionManager> { |
no test coverage detected