You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "DaeMyung Kang (JIRA)" <ji...@apache.org> on 2013/11/30 18:07:35 UTC

[jira] [Updated] (TAJO-346) Implement hex function

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

DaeMyung Kang updated TAJO-346:
-------------------------------

    Attachment: TAJO-346.patch

Please review this :)

It follows mysql result. and it represents with lower cases.

> Implement hex function
> ----------------------
>
>                 Key: TAJO-346
>                 URL: https://issues.apache.org/jira/browse/TAJO-346
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: operator/function/udf
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>            Priority: Minor
>              Labels: newbie
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-346.patch
>
>
> hex("012") ---> 303132
> hex(10) ---> a
> hex(1.2) ---> 1
> hex(1.5) ---> 2



--
This message was sent by Atlassian JIRA
(v6.1#6144)