You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2009/01/23 10:18:59 UTC

[jira] Created: (HIVE-245) Add POW(X, Y) UDF

Add POW(X, Y) UDF
-----------------

                 Key: HIVE-245
                 URL: https://issues.apache.org/jira/browse/HIVE-245
             Project: Hadoop Hive
          Issue Type: New Feature
          Components: Query Processor
            Reporter: Jeff Hammerbacher
            Priority: Minor


See http://dev.mysql.com/doc/refman/5.0/en/mathematical-functions.html#function_pow

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HIVE-245) Add POW(X, Y) UDF

Posted by "Zheng Shao (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Shao resolved HIVE-245.
-----------------------------

    Resolution: Duplicate

> Add POW(X, Y) UDF
> -----------------
>
>                 Key: HIVE-245
>                 URL: https://issues.apache.org/jira/browse/HIVE-245
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Jeff Hammerbacher
>            Priority: Minor
>
> See http://dev.mysql.com/doc/refman/5.0/en/mathematical-functions.html#function_pow

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-245) Add POW(X, Y) UDF

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667016#action_12667016 ] 

Jeff Hammerbacher commented on HIVE-245:
----------------------------------------

Making a note to self for the implementation: POW(0,0) is 1 in MySQL, POW(-x, y) where y < 1 is NULL.

> Add POW(X, Y) UDF
> -----------------
>
>                 Key: HIVE-245
>                 URL: https://issues.apache.org/jira/browse/HIVE-245
>             Project: Hadoop Hive
>          Issue Type: New Feature
>          Components: Query Processor
>            Reporter: Jeff Hammerbacher
>            Priority: Minor
>
> See http://dev.mysql.com/doc/refman/5.0/en/mathematical-functions.html#function_pow

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.