Get the SchemaManager for this table.
(&self)
| 140 | |
| 141 | /// Get the SchemaManager for this table. |
| 142 | pub fn schema_manager(&self) -> &SchemaManager { |
| 143 | &self.schema_manager |
| 144 | } |
| 145 | |
| 146 | /// Get the REST environment, if this table was loaded from a REST catalog. |
| 147 | pub fn rest_env(&self) -> Option<&RESTEnv> { |
no outgoing calls