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_ functions without duplicating any C code.
Component(s)
C++, Gandiva
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_ functions without duplicating any C code.
Component(s)
C++, Gandiva