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

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

Narine Kokhlikyan created SPARK-10836:
-----------------------------------------

             Summary: Add SparkR sort function to dataframe
                 Key: SPARK-10836
                 URL: https://issues.apache.org/jira/browse/SPARK-10836
             Project: Spark
          Issue Type: Sub-task
            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