Skip to content

Commit d143783

Browse files
committed
render_tree
1 parent d53d876 commit d143783

File tree

6 files changed

+549
-49
lines changed

6 files changed

+549
-49
lines changed

datafusion/core/src/datasource/physical_plan/file_scan_config.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,11 @@ impl DataSource for FileScanConfig {
277277
file_scan.new_exec() as _
278278
}))
279279
}
280+
281+
fn collect_info(&self) -> HashMap<String, String> {
282+
// TODO: collect explain info
283+
HashMap::new()
284+
}
280285
}
281286

282287
impl FileScanConfig {

0 commit comments

Comments
 (0)