caicancai commented on code in PR #3711: URL: https://github.com/apache/calcite/pull/3711#discussion_r1509907242
########## site/_docs/reference.md: ########## @@ -2783,7 +2783,10 @@ In the following: | b f s | LENGTH(string) | Equivalent to `CHAR_LENGTH(string)` | h s | LEVENSHTEIN(string1, string2) | Returns the Levenshtein distance between *string1* and *string2* | b | LOG(numeric1 [, numeric2 ]) | Returns the logarithm of *numeric1* to base *numeric2*, or base e if *numeric2* is not present +| m s | LN(numeric) | Returns the natural logarithm (base *e*) of *numeric* Review Comment: I don’t think so. Users can still choose the log10 and ln functions in SqlStdOperatorTable. -- 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]
