[
https://issues.apache.org/jira/browse/SPARK-8431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593612#comment-14593612
]
Shivaram Venkataraman commented on SPARK-8431:
----------------------------------------------
Hmm I am not sure we need a wrapper -- I think if we pass in Array[Object] it
should be able to call in a Any*. I think the tricky part I think is to convert
the list of integers / doubles etc. to come out as Objects on the Java side.
I'd actually try the basic idea of just pass in the vector we have in R side as
an argument to function and see if it works ?
> Add in operator to DataFrame Column in SparkR
> ---------------------------------------------
>
> Key: SPARK-8431
> URL: https://issues.apache.org/jira/browse/SPARK-8431
> Project: Spark
> Issue Type: New Feature
> Components: SparkR, SQL
> Reporter: Yu Ishikawa
>
> To filter values in a set, we should add {{%in%}} operation into SparkR.
> {noformat}
> df$a %in% c(1, 2, 3)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]