Ordering Columns in a WindowSpec
orderBy.Rd
Defines the ordering columns in a WindowSpec.
Usage
orderBy(x, col, ...)
# S4 method for class 'WindowSpec,character'
orderBy(x, col, ...)
# S4 method for class 'WindowSpec,Column'
orderBy(x, col, ...)
See also
See arrange for use in sorting a SparkDataFrame
Other windowspec_method:
partitionBy()
,
rangeBetween()
,
rowsBetween()