Get the table factories
(&self)
| 415 | |
| 416 | /// Get the table factories |
| 417 | pub fn table_factories(&self) -> &HashMap<String, Arc<dyn TableProviderFactory>> { |
| 418 | &self.table_factories |
| 419 | } |
| 420 | |
| 421 | /// Get the table factories |
| 422 | pub fn table_factories_mut( |
no outgoing calls