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/12/09 01:18:06 UTC

[jira] [Updated] (TAJO-307) Implement chr(int) function

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

DaeMyung Kang updated TAJO-307:
-------------------------------

    Attachment: TAJO-307.patch

Please review this.

It's operations is somewhat different from posgresql's
I just limit it's bound from 1 to 65525(Unicode UCS2 range)

but postgresql allow to input until 2097151(but it just returns "")

so I need some advice.
Should we make this function like postgresql's?

> Implement chr(int) function
> ---------------------------
>
>                 Key: TAJO-307
>                 URL: https://issues.apache.org/jira/browse/TAJO-307
>             Project: Tajo
>          Issue Type: Improvement
>          Components: operator/function/udf
>            Reporter: Hyunsik Choi
>            Assignee: DaeMyung Kang
>            Priority: Trivial
>              Labels: newbie
>         Attachments: TAJO-307.patch
>
>
> chr function returns one character from the ascii code argument.
> {code}
> text chr(int)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)