Get the file schema (without partition columns). This is the schema of the actual data files on disk.
(&self)
| 159 | /// |
| 160 | /// This is the schema of the actual data files on disk. |
| 161 | pub fn file_schema(&self) -> &SchemaRef { |
| 162 | &self.file_schema |
| 163 | } |
| 164 | |
| 165 | /// Get the table partition columns. |
| 166 | /// |
no outgoing calls