caicancai commented on code in PR #4840:
URL: https://github.com/apache/calcite/pull/4840#discussion_r2988277397
##########
core/src/main/java/org/apache/calcite/plan/RelOptUtil.java:
##########
@@ -4784,14 +4793,23 @@ public static class RexInputConverter extends
RexShuttle {
* @param rightDestFields in the case where the destination is a join,
* these are the fields from the right join input
* @param adjustments the amount to adjust each field by
+ * @param offset the amount to shift field accesses by when
+ * rewriting correlated subqueries
+ * @param correlateVariableChild the child relation providing the
Review Comment:
Indeed, I'll take a look at other Calcite code later to see if there are any
good solutions.
--
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]