You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Stamatis Zampetakis (Jira)" <ji...@apache.org> on 2020/01/14 14:40:00 UTC

[jira] [Commented] (CALCITE-3731) Add IF function for BigQuery, Hive and Spark Dialects

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

Stamatis Zampetakis commented on CALCITE-3731:
----------------------------------------------

Thanks for working on this [~vaibhavjain-dm]. Isn't the IF function equivalent with an appropriate CASE statement? In that case maybe we just rewrite the IF function into a CASE and not introduce changes all over the place. What do you think?

> Add IF function for BigQuery, Hive and Spark Dialects
> -----------------------------------------------------
>
>                 Key: CALCITE-3731
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3731
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>            Reporter: vaibhav jain
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Adding support for *IF* function for BigQuery, Hive and Spark Dialects.
> *Syntax*- IF(condition, true_result, false_result)
> If *condition* is true, returns *true_result*, else returns *false_result*.
> Document links:
> [BigQuery|https://cloud.google.com/bigquery/docs/reference/standard-sql/conditional_expressions]
> [Hive |https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-ConditionalFunctions]
> [Spark Sql|https://spark.apache.org/docs/2.3.1/api/sql/index.html#if]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)