Returns the file_source
(&self)
| 1351 | |
| 1352 | /// Returns the file_source |
| 1353 | pub fn file_source(&self) -> &Arc<dyn FileSource> { |
| 1354 | &self.file_source |
| 1355 | } |
| 1356 | |
| 1357 | // Sort pushdown methods (rebuild_with_source, try_sort_file_groups_by_statistics, |
| 1358 | // sort_files_within_groups_by_statistics, any_file_has_nulls_in_sort_columns) |
no outgoing calls