Get the table partition columns
(&self)
| 1096 | |
| 1097 | /// Get the table partition columns |
| 1098 | pub fn table_partition_cols(&self) -> &Vec<FieldRef> { |
| 1099 | self.file_source.table_schema().table_partition_cols() |
| 1100 | } |
| 1101 | |
| 1102 | /// Returns the unprojected table statistics, marking them as inexact if filters are present. |
| 1103 | /// |
no test coverage detected