You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/12/03 12:57:39 UTC

[jira] [Commented] (TAJO-366) Implement trigonometric functions

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

Hudson commented on TAJO-366:
-----------------------------

SUCCESS: Integrated in Tajo-trunk-postcommit #584 (See [https://builds.apache.org/job/Tajo-trunk-postcommit/584/])
TAJO-366: Implement trigonometric functions. (Jae Young Lee via jihoon) (jihoonson: https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=abc08308f7fe54619c56c6dbba5e4c0e7b669aa8)
* tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/function/math/Sin.java
* tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/function/math/Atan2.java
* tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/function/math/Asin.java
* tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/function/math/Cos.java
* tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/function/math/Acos.java
* tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/master/TajoMaster.java
* CHANGES.txt
* 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/Atan.java
* tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/function/math/Tan.java


> Implement trigonometric functions
> ---------------------------------
>
>                 Key: TAJO-366
>                 URL: https://issues.apache.org/jira/browse/TAJO-366
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: operator/function/udf
>            Reporter: Jae Young Lee
>            Assignee: Jae Young Lee
>            Priority: Minor
>         Attachments: TAJO-366.2.patch, TAJO-366.3.patch, TAJO-366.patch
>
>
> acos()
> asin()
> atan()
> atan2(y,x)
> cos()
> sin()  - TAJO-339
> tan()



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