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

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions