tanclary opened a new pull request, #3099: URL: https://github.com/apache/calcite/pull/3099
Calcite currently supports the LN and LOG10 function. BigQuery offers the LOG function which allows for the base of the logarithm to be specified as a second argument. If the second argument is not provided, the base is defaulted to e (making it identical to the LN function. Example: LOG(64, 10) would return 2. Example 2: LOG(10) would return the same as LN(10). BigQuery docs: https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#log -- 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]
