Skip to content

Commit

Permalink
render_tree
Browse files Browse the repository at this point in the history
  • Loading branch information
irenjj committed Feb 23, 2025
1 parent d53d876 commit d143783
Show file tree
Hide file tree
Showing 6 changed files with 549 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,11 @@ impl DataSource for FileScanConfig {
file_scan.new_exec() as _
}))
}

fn collect_info(&self) -> HashMap<String, String> {
// TODO: collect explain info
HashMap::new()
}
}

impl FileScanConfig {
Expand Down
Loading

0 comments on commit d143783

Please sign in to comment.