xuzifu666 commented on code in PR #5015:
URL: https://github.com/apache/calcite/pull/5015#discussion_r3406916776
##########
core/src/main/java/org/apache/calcite/rel/core/Window.java:
##########
@@ -344,8 +344,10 @@ private String computeString(@UnderInitialization Group
this) {
}
/** Returns a display string with constant offsets in window bounds
expanded
- * to their literal values. Unlike {@link #toString()}, this is for display
- * only and does not affect {@link #equals} or {@link #hashCode}. */
+ * to their values. Unlike {@link #toString()}, this is for display
+ * only and does not affect {@link #equals} or {@link #hashCode}.
+ * Constants can be literals or expressions (e.g., 5+5), and are expanded
+ * to their string representation for readability. */
Review Comment:
Make sense, done.
--
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]