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/07 18:17:35 UTC

[jira] [Updated] (TAJO-394) Implement abs function

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

DaeMyung Kang updated TAJO-394:
-------------------------------

    Attachment: TAJO-394.patch

Please review this.

until now, I know parse minus value cauese error.
(so I couldn't make minus value test.)

> Implement abs function
> ----------------------
>
>                 Key: TAJO-394
>                 URL: https://issues.apache.org/jira/browse/TAJO-394
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: operator/function/udf
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>            Priority: Minor
>         Attachments: TAJO-394.patch
>
>
> abs(-1) ===> 1
> abs(1) ===> 1
> abs(1.0) ===> 1.0
> abs(-1.0) ===> 1.0



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