liyafan82 commented on a change in pull request #2228:
URL: https://github.com/apache/calcite/pull/2228#discussion_r508967785
##########
File path: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java
##########
@@ -2962,4 +2970,23 @@ assert allLessThan(this.oldToNewOutputs.values(),
/** Sets {@link #decorrelator}. */
Config withDecorrelator(RelDecorrelator decorrelator);
}
+
+ // -------------------------------------------------------------------------
+ // Getter/Setter
+ // -------------------------------------------------------------------------
+
+ /**
+ * Returns the {@code visitor} on which the {@code MethodDispatcher}
dispatches
+ * each {@code decorrelateRel} method, the default implementation returns
this class,
Review comment:
this class -> this object
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]