You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/05/05 22:24:59 UTC

[jira] [Resolved] (SPARK-7294) Add a between function in Column

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

Reynold Xin resolved SPARK-7294.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0
         Assignee: Shiti Saxena

> Add a between function in Column
> --------------------------------
>
>                 Key: SPARK-7294
>                 URL: https://issues.apache.org/jira/browse/SPARK-7294
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Shiti Saxena
>              Labels: starter
>             Fix For: 1.4.0
>
>
> Column.between(a, b)
> We can just translate it to c > a and c < b
> Should add this for both Python and Scala/Java.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org