You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2016/02/29 13:43:18 UTC

[jira] [Updated] (SPARK-13559) Migrate common GroupedDataset aggregations

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

Cheng Lian updated SPARK-13559:
-------------------------------
    Assignee:     (was: Cheng Lian)

> Migrate common GroupedDataset aggregations
> ------------------------------------------
>
>                 Key: SPARK-13559
>                 URL: https://issues.apache.org/jira/browse/SPARK-13559
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 2.0.0
>            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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org