Eduardo Ponce created ARROW-13774:
-------------------------------------
Summary: [C++][Python][Compute] Number to string hex conversion
Key: ARROW-13774
URL: https://issues.apache.org/jira/browse/ARROW-13774
Project: Apache Arrow
Issue Type: Improvement
Components: C++, Python
Reporter: Eduardo Ponce
Fix For: 6.0.0
Add compute function to support integer to string hexadecimal conversion,
similar to Python's *hex()* function.
{code:python}
>>> hex(10)
'0xa'
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)