Skip to content

[C++][Gandiva] Add LN function alias #50457

Description

@lriggs

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions