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

[jira] [Assigned] (SPARK-10836) Add SparkR sort function to dataframe

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

Apache Spark reassigned SPARK-10836:
------------------------------------

    Assignee:     (was: Apache Spark)

> Add SparkR sort function to dataframe
> -------------------------------------
>
>                 Key: SPARK-10836
>                 URL: https://issues.apache.org/jira/browse/SPARK-10836
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SparkR
>            Reporter: Narine Kokhlikyan
>            Priority: Minor
>
> Hi everyone,
> the sort function can be used as an alternative to arrange(... ).
> As arguments it accepts x - dataframe, decreasing - TRUE/FALSE, a list of orderings for columns and the list of columns, represented as string names
> for example: 
>  sort(df, TRUE, "col1","col2","col3","col5") # for example, if we want to sort some of the columns in the same order
>  sort(df, decreasing=TRUE, "col1")
>  sort(df, decreasing=c(TRUE,FALSE), "col1","col2")
> Thanks,
> Narine



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