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

Cheng Lian deleted SPARK-13559:
-------------------------------


> Migrate common GroupedDataset aggregations
> ------------------------------------------
>
>                 Key: SPARK-13559
>                 URL: https://issues.apache.org/jira/browse/SPARK-13559
>             Project: Spark
>          Issue Type: Sub-task
>            Reporter: Cheng Lian
>
> Should migrate the following methods and corresponding tests to Dataset:
> {noformat}
> - Aggregations
>   - GroupedDataset
>     - Common untyped aggregations
>       - mean(String*): Dataset[Row]
>       - max(String*): Dataset[Row]
>       - avg(String*): Dataset[Row]
>       - min(String*): Dataset[Row]
>       - sum(String*): Dataset[Row]
>     - Common typed aggregations
>       - count(): Dataset[(K, Long)]
> {noformat}



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