Get the FileIO instance for this table.
(&self)
| 135 | |
| 136 | /// Get the FileIO instance for this table. |
| 137 | pub fn file_io(&self) -> &FileIO { |
| 138 | &self.file_io |
| 139 | } |
| 140 | |
| 141 | /// Get the SchemaManager for this table. |
| 142 | pub fn schema_manager(&self) -> &SchemaManager { |
no outgoing calls