You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Keuntae Park (JIRA)" <ji...@apache.org> on 2014/02/27 01:33:19 UTC

[jira] [Commented] (TAJO-639) Implements function 'to_char'

    [ https://issues.apache.org/jira/browse/TAJO-639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13913803#comment-13913803 ] 

Keuntae Park commented on TAJO-639:
-----------------------------------

[~seungunchoe], I already created the issue to implement to_char as TAJO-637.
If you want to implement the function, please assign TAJO-637 to yourself :)

> Implements function 'to_char'
> -----------------------------
>
>                 Key: TAJO-639
>                 URL: https://issues.apache.org/jira/browse/TAJO-639
>             Project: Tajo
>          Issue Type: New Feature
>            Reporter: Seungun Choe
>            Priority: Minor
>
> Tajo has already to_char(timestamp, text)
> But, someone need the others type input parameters.
> to_char(int, text) / convert integer to string / to_char(125, '999')
> to_char(double precision, text) / convert real/double precision to string / to_char(125.8::real, '999D9')
> to_char(numeric, text) / convert numeric to string / to_char(-125.8, '999D99S')
> These are returned text type output parameter.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)