Return the table schema
(&self)
| 335 | |
| 336 | /// Return the table schema |
| 337 | pub fn table_schema(&self) -> &SchemaRef { |
| 338 | self.file_source.table_schema().table_schema() |
| 339 | } |
| 340 | |
| 341 | /// Set the columns on which to project the data. Indexes that are higher than the |
| 342 | /// number of columns of `file_schema` refer to `table_partition_cols`. |
no outgoing calls
no test coverage detected