Xiangrui Meng created SPARK-7246:
------------------------------------

             Summary: Rank for DataFrames
                 Key: SPARK-7246
                 URL: https://issues.apache.org/jira/browse/SPARK-7246
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Xiangrui Meng


`rank` maps a numeric column to a long column with rankings. `rank` should be 
an expression. Where it lives is TBD. One suggestion is `funcs.stat`.

{code}
df.select("name", rank("time"))
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to