snowflake.snowpark.Window.order_by¶ static Window.order_by(*cols: ColumnOrName | Iterable[ColumnOrName]) → WindowSpec[source]¶ Returns a WindowSpec object with order by clause. Parameters: cols – A column, as str, Column or a list of those.