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

[GitHub] [arrow] izveigor opened a new issue, #34863: [Go] Pow method for Decimal DataTypes

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

   ### Describe the enhancement requested
   
   Pow method for Decimal is implemented in many languages (Golang: https://pkg.go.dev/github.com/shopspring/decimal#Decimal.Pow, Rust: https://docs.rs/rust_decimal/latest/rust_decimal/struct.Decimal.html#impl-Pow%3CDecimal%3E-for-Decimal, Python: https://github.com/python/cpython/blob/3.11/Lib/_pydecimal.py#L2298 and others). Because of its popularity I think Golang Arrow should also support this operation.
   
   ### Component(s)
   
   Go


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] zeroshade closed issue #34863: [Go] Pow method for Decimal DataTypes

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #34863: [Go] Pow method for Decimal DataTypes
URL: https://github.com/apache/arrow/issues/34863


-- 
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: issues-unsubscribe@arrow.apache.org

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