snowflake.snowpark.Window.orderByΒΆ static Window.orderBy(*cols: Union[Column, str, Iterable[Union[Column, str]]]) β WindowSpec[source]ΒΆ Returns a WindowSpec object with order by clause. Parameters: cols β A column, as str, Column or a list of those.