LorrensP-2158466 commented on issue #10871:
URL: https://github.com/apache/datafusion/issues/10871#issuecomment-2161172409

   I like the Join count analysis, I had to do this in my project (mentioned in 
#10808) in a really hacky way. We can have 2 sorts of counts:
   1. Count every individual join
   2. Count all groups of joins (subsequent joins that are related) with their 
respective count(this would have been useful for me)
   
   I do have a question.
   How can we show these results? Because Analyzer rules only return 
transformed LogicalPlans, or do I understand something in a wrong way?
   
   


-- 
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

Reply via email to