snowflake.snowpark.WindowSpec.order_by¶ WindowSpec.order_by(*cols: ColumnOrName | Iterable[ColumnOrName]) → WindowSpec[source]¶ Returns a new WindowSpec object with the new order by clause. See also Window.order_by()