MCPcopy Create free account
hub / github.com/apache/datafusion / file_source

Method file_source

datafusion/datasource/src/file_scan_config/mod.rs:1353–1355  ·  view source on GitHub ↗

Returns the file_source

(&self)

Source from the content-addressed store, hash-verified

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)

Calls

no outgoing calls