You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2016/04/20 08:18:25 UTC

[jira] [Updated] (HIVE-13555) Add nullif udf

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

Ashutosh Chauhan updated HIVE-13555:
------------------------------------
    Description: 
{{nullif(exp1, exp2)}} is shorthand for: {{case when exp1 = exp2 then null else exp1}}


  was:
{{nullif(exp1, exp2)}} is shorthand for: {{case when exp1 = exp2 then null else exp1 }}



> Add nullif udf
> --------------
>
>                 Key: HIVE-13555
>                 URL: https://issues.apache.org/jira/browse/HIVE-13555
>             Project: Hive
>          Issue Type: Sub-task
>          Components: UDF
>            Reporter: Ashutosh Chauhan
>
> {{nullif(exp1, exp2)}} is shorthand for: {{case when exp1 = exp2 then null else exp1}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)