[
https://issues.apache.org/jira/browse/TAJO-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13837620#comment-13837620
]
Hudson commented on TAJO-339:
-----------------------------
SUCCESS: Integrated in Tajo-trunk-postcommit #584 (See
[https://builds.apache.org/job/Tajo-trunk-postcommit/584/])
TAJO-339: Implement sin( x ) - returns the sine of x (x is in radians). (Jae
Young Lee via jaehwa) (jhjung:
https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=2659cda4a88d074a7664babc39ac6ec1719778eb)
*
tajo-core/tajo-core-backend/src/test/java/org/apache/tajo/engine/function/TestMathFunctions.java
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/function/math/Sin.java
* CHANGES.txt
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/TajoMaster.java
> 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
> Assignee: Jae Young Lee
> Priority: Minor
> Attachments: TAJO-339.patch
>
>
> 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)