You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/04/20 11:38:00 UTC

[jira] [Updated] (ARROW-13774) [C++][Python][Compute] Number to string hex conversion

     [ https://issues.apache.org/jira/browse/ARROW-13774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raúl Cumplido updated ARROW-13774:
----------------------------------
    Fix Version/s: 9.0.0
                       (was: 8.0.0)

> [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
>            Priority: Major
>             Fix For: 9.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.20.7#820007)