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

[jira] [Commented] (TAJO-339) Implement sin( x ) - returns the sine of x (x is in radians)

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

Hyunsik Choi commented on TAJO-339:
-----------------------------------

Only double type may be enough now. Tajo needs to support auto type casting mechanism for expressions and UDF system. sin(x:int) function will be supported with auto type casting mechanism.

If you want to assign this issue to yourself, feel free to tell us.

> Implement sin( x ) - returns the sine of x (x is in radians)
> ------------------------------------------------------------
>
>                 Key: TAJO-339
>                 URL: https://issues.apache.org/jira/browse/TAJO-339
>             Project: Tajo
>          Issue Type: Improvement
>          Components: operator/function/udf
>            Reporter: Jae Young Lee
>            Priority: Minor
>
> sin function returns the sine of x (x is in radians)
> {code}
> double sin(double x)
> {code}
> Only double type implementation is OK, or INT also needs?



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