Skip to content

Add native support for acosh function #2126

@weimingdiit

Description

@weimingdiit

Describe the bug
Add native support for Spark acosh(expr) through Auron’s standard builtin ScalarFunction path.

Concretely:

  • convert Spark Acosh expressions in NativeConverters
  • add ScalarFunction::Acosh in auron.proto
  • map ScalarFunction::Acosh in planner.rs
  • reuse the existing backend acosh implementation instead of introducing a custom extension function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions