Why the logic of pull-out for join is integrated within the transformation of JoinExecTransformer #10551
Unanswered
jiangjiangtian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently I read the code about the process of pull-out and I notice that the the logic of pull-out for join is integrated within the transformation of JoinExecTransformer, and I don't know if there is any problem to put the the logic of pull-out for join into the rule
PullOutPreProject
, just like other operators?Does anyone know the reason? Thanks for answering!
Beta Was this translation helpful? Give feedback.
All reactions