lriggs opened a new issue, #50457:
URL: https://github.com/apache/arrow/issues/50457

   ### Describe the enhancement requested
   
   **LN** is the standard SQL name for the natural logarithm, while Gandiva 
exposes it as **LOG**. Adding ln as an alias lets SQL engines that emit 
**LN(x)** route to the same precompiled **log_<type>** functions without 
duplicating any C code.
   
   ### Component(s)
   
   C++, Gandiva


-- 
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]

Reply via email to