Get the table partition columns. These are the columns derived from the directory structure that will be appended to each row during query execution.
(&self)
| 167 | /// These are the columns derived from the directory structure that |
| 168 | /// will be appended to each row during query execution. |
| 169 | pub fn table_partition_cols(&self) -> &Vec<FieldRef> { |
| 170 | &self.table_partition_cols |
| 171 | } |
| 172 | |
| 173 | /// Get the full table schema (file schema + partition columns). |
| 174 | /// |
no outgoing calls
no test coverage detected