stuartcarnie commented on issue #5206: URL: https://github.com/apache/arrow-datafusion/issues/5206#issuecomment-1425012018
In the case of the `LOG` function, if there is a single argument, it is assumed to be LOG $x$ base 10: > ``` > log ( numeric ) → numeric > log ( double precision ) → double precision > Base 10 logarithm > log(100) → 2 ``` -- 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]
