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

[C++][Gandiva] Add abs function #15209

Closed
Zaharid opened this issue Jan 5, 2023 · 0 comments · Fixed by #15208
Closed

[C++][Gandiva] Add abs function #15209

Zaharid opened this issue Jan 5, 2023 · 0 comments · Fixed by #15208

Comments

@Zaharid
Copy link
Contributor

Zaharid commented Jan 5, 2023

Describe the enhancement requested

Gandiva should be able to compute abs(number) for various numeric types.

Component(s)

C++ - Gandiva

@Zaharid Zaharid changed the title Add abs function to Gandiva [C++][Gandiva] Add abs function to Gandiva Jan 5, 2023
@kou kou changed the title [C++][Gandiva] Add abs function to Gandiva [C++][Gandiva] Add abs function Jan 6, 2023
kou pushed a commit that referenced this issue Feb 24, 2023
Add a Gandiva function calling std::abs on numeric types.
* Closes: #15209

Authored-by: Zahari Kassabov <zaharid@protonmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 12.0.0 milestone Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants