alamb commented on PR #11456:
URL: https://github.com/apache/datafusion/pull/11456#issuecomment-2310974740

   > Thanks, @alamb. Can you point me to the unnesting rules that already 
exist? I might try to extend them to cover some of the more basic queries first.
   
   The optimizer rules are here: 
https://docs.rs/datafusion/latest/datafusion/optimizer/optimizer/index.html
   
   I think in particular two that are relevant are:
   * 
https://docs.rs/datafusion/latest/datafusion/optimizer/scalar_subquery_to_join/index.html
   * 
https://docs.rs/datafusion/latest/datafusion/optimizer/decorrelate_predicate_subquery/index.html


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to