cjj2010 commented on code in PR #4703: URL: https://github.com/apache/calcite/pull/4703#discussion_r2646728674
########## site/_docs/reference.md: ########## @@ -3075,6 +3075,8 @@ In the following: | b | TO_CODE_POINTS(string) | Converts *string* to an array of integers that represent code points or extended ASCII character values | o p r h | TO_DATE(string, format) | Converts *string* to a date using the format *format* | o p r | TO_TIMESTAMP(string, format) | Converts *string* to a timestamp using the format *format* +| p | AGE(timestamp) | Returns the difference between the current timestamp and the specified timestamp +| p | AGE(timestamp1, timestamp2) | Returns the difference between timestamp1 and timestamp2 Review Comment: 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]
