snowflake.snowpark.WindowSpec.order_byΒΆ WindowSpec.order_by(*cols: Union[Column, str, Iterable[Union[Column, str]]]) β WindowSpec[source]ΒΆ Returns a new WindowSpec object with the new order by clause. See also Window.order_by()