irenjj commented on code in PR #14677: URL: https://github.com/apache/datafusion/pull/14677#discussion_r1971477800
########## datafusion/physical-plan/src/display.rs: ########## @@ -448,13 +492,386 @@ impl ExecutionPlanVisitor for GraphvizVisitor<'_, '_> { } } +struct TreeRenderVisitor<'a, 'b> { Review Comment: Credited! and render_tree.rs is based on duckdb implementation too. It's latest version when I'm implementing(last week). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org