Description Usage Arguments Value Note See Also Examples
Defines the ordering columns in a WindowSpec.
1 2 3 4 5 6 7 |
x |
a WindowSpec |
col |
a character or Column indicating an ordering column |
... |
additional sorting fields |
A WindowSpec.
orderBy(WindowSpec, character) since 2.0.0
orderBy(WindowSpec, Column) since 2.0.0
See arrange for use in sorting a SparkDataFrame
Other windowspec_method:
partitionBy()
,
rangeBetween()
,
rowsBetween()
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.