You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shivaram Venkataraman (JIRA)" <ji...@apache.org> on 2015/07/24 21:26:04 UTC

[jira] [Created] (SPARK-9325) Support `collect` on DataFrame columns

Shivaram Venkataraman created SPARK-9325:
--------------------------------------------

             Summary: Support `collect` on DataFrame columns
                 Key: SPARK-9325
                 URL: https://issues.apache.org/jira/browse/SPARK-9325
             Project: Spark
          Issue Type: Sub-task
            Reporter: Shivaram Venkataraman


This is to support code of the form 

```
ages <- collect(df$Age)
```

Right now `df$Age` returns a Column, which has no functions supported.
Similarly we might consider supporting `head(df$Age)` etc.



--
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