Ashutosh Chauhan created HIVE-13555:
---------------------------------------

             Summary: Add nullif udf
                 Key: HIVE-13555
                 URL: https://issues.apache.org/jira/browse/HIVE-13555
             Project: Hive
          Issue Type: New Feature
          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)

Reply via email to