Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-44376: [C++][Python] Add Hyperbolic Trig functions #44630

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

khwilson
Copy link
Contributor

@khwilson khwilson commented Nov 3, 2024

Rationale for this change

Hyperbolic trigonometric functions are a common transformation for dealing with skewed data. And they are built into the core C++ libraries so require minimal change.

What changes are included in this PR?

Adding a?(sin|cos|tan)h to the base C++ library and substrait and tests for these functions in pyarrow.

Are these changes tested?

Yes, in the same style as the trigonometric functions.

Are there any user-facing changes?

Yes. Additional compute functions are added.

Copy link

github-actions bot commented Nov 3, 2024

⚠️ GitHub issue #44376 has been automatically assigned in GitHub to PR creator.

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

Successfully merging this pull request may close these issues.

1 participant