snowflake.snowpark.WindowSpec.order_by¶
- WindowSpec.order_by(*cols: ColumnOrName | Iterable[ColumnOrName]) WindowSpec[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/window.py#L191-L219)¶
Returns a new
WindowSpecobject with the new order by clause.See also