NobiGo commented on code in PR #4314: URL: https://github.com/apache/calcite/pull/4314#discussion_r2051602056
########## site/_docs/reference.md: ########## @@ -2876,7 +2878,7 @@ In the following: | b | DATE_TRUNC(date, timeUnit) | Truncates *date* to the granularity of *timeUnit*, rounding to the beginning of the unit | o r s h | DECODE(value, value1, result1 [, valueN, resultN ]* [, default ]) | Compares *value* to each *valueN* value one by one; if *value* is equal to a *valueN*, returns the corresponding *resultN*, else returns *default*, or NULL if *default* is not specified | p r | DIFFERENCE(string, string) | Returns a measure of the similarity of two strings, namely the number of character positions that their `SOUNDEX` values have in common: 4 if the `SOUNDEX` values are same and 0 if the `SOUNDEX` values are totally different -| f s | ENDSWITH(string1, string2) | Returns whether *string2* is a suffix of *string1* +| f s i | ENDSWITH(string1, string2) | Returns whether *string2* is a suffix of *string1* Review Comment: You added the ClickHouse annotation in SQL Library Operators, which is unnecessary for this PR. -- 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]
