snowflake.snowpark.Window.order_by¶
- static Window.order_by(*cols: Union[Column, str, Iterable[Union[Column, str]]]) WindowSpec[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.23.0/src/snowflake/snowpark/window.py#L111-L125)¶
- Returns a - WindowSpecobject with order by clause.- Parameters:
- cols – A column, as - str,- Columnor a list of those.