You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "izveigor (via GitHub)" <gi...@apache.org> on 2023/05/04 11:43:50 UTC

[GitHub] [arrow-rs] izveigor opened a new issue, #4166: Support extended pow arithmetic

izveigor opened a new issue, #4166:
URL: https://github.com/apache/arrow-rs/issues/4166

   **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**
   <!--
   A clear and concise description of any alternative solutions or features you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #4166: Support extended pow arithmetic

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4166:
URL: https://github.com/apache/arrow-rs/issues/4166#issuecomment-1552715964

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] izveigor closed issue #4166: Support extended pow arithmetic

Posted by "izveigor (via GitHub)" <gi...@apache.org>.
izveigor closed issue #4166: Support extended pow arithmetic
URL: https://github.com/apache/arrow-rs/issues/4166


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org