Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Add compute function to support integer to string hexadecimal conversion, similar to Python's hex() function.
>>> hex(10) '0xa'
Attachments
Issue Links
- is a child of
-
ARROW-555 [C++] String algorithm library for StringArray/BinaryArray
- Open
- relates to
-
ARROW-12657 [C++][Python][Compute] String hex to numeric conversion and bit shifting
- Resolved