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

Support extended pow arithmetic #4166

Closed
izveigor opened this issue May 4, 2023 · 1 comment
Closed

Support extended pow arithmetic #4166

izveigor opened this issue May 4, 2023 · 1 comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@izveigor
Copy link
Contributor

izveigor commented May 4, 2023

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
arrow-arith supports only powf_scalar function (Float*Array ^ f* (except Float16Array). I think it should also support power functions between integer and float arrays, and also powi_scalar function for exponentiation between integer arrays and u32.

Describe the solution you'd like
New functions in array-arith/arithmetic.rs:

  • powi (Support: Int*Array ^ UInt32Array and UInt*Array ^ UInt32Array)
  • powf (Support: Float*Array ^ Float*Array (except: Float16Array)
  • powi_scalar (Support: Int*Array ^ u32 and UInt*Array ^ u32)

Describe alternatives you've considered

Additional context

@izveigor izveigor added the enhancement Any new improvement worthy of a entry in the changelog label May 4, 2023
@tustvold tustvold added the arrow Changes to the arrow crate label May 18, 2023
@tustvold
Copy link
Contributor

label_issue.py automatically added labels {'arrow'} from #4187

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants