pepijnve commented on PR #18535:
URL: https://github.com/apache/datafusion/pull/18535#issuecomment-3595884143

   I think this might be useful for my work as well, so I'm reading up on 
lateral join as well. I found the answer at 
https://stackoverflow.com/a/28557803 useful to better understand the difference 
between lateral joins and correlated subqueries. TL;DR correlated subquery is 
one value per input row while lateral join supports multiple columns and 
multiple rows per input row.
   
   I'll try to find some more time to review this proposal soon.


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