eejbyfeldt commented on code in PR #13134:
URL: https://github.com/apache/datafusion/pull/13134#discussion_r1823252139
##########
datafusion/common/src/join_type.rs:
##########
@@ -44,6 +44,8 @@ pub enum JoinType {
LeftAnti,
/// Right Anti Join
RightAnti,
+ /// Left Mark join, used for correlated subqueries EXIST/IN
Review Comment:
Added more docs in
https://github.com/apache/datafusion/pull/13134/commits/00bf6192990ae7a32cc1bcc2b2bd0346e7966296
Let me know if there is something missing.
--
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]