Navigation
PySpark master documentation
»
pyspark.sql.Window.orderBy
¶
static
Window.
orderBy
(
*
cols
)
[source]
¶
Creates a
WindowSpec
with the ordering defined.
New in version 1.4.
Navigation
PySpark master documentation
»