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

Apache Spark commented on SPARK-7294:
-------------------------------------

User 'Shiti' has created a pull request for this issue:
https://github.com/apache/spark/pull/5867

> 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
>              Labels: starter
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to