You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Eduardo Ponce (Jira)" <ji...@apache.org> on 2021/09/01 06:22:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17407853#comment-17407853 ] 

Eduardo Ponce commented on ARROW-13774:
---------------------------------------

Arrow already supports some hex parsing support by HexEncode but it is not exposed as a compute function.

> [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: 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)