Liu Liu created FLINK-40421:
-------------------------------
Summary: Support sorting in DataFrame API
Key: FLINK-40421
URL: https://issues.apache.org/jira/browse/FLINK-40421
Project: Flink
Issue Type: Sub-task
Components: API / Python
Reporter: Liu Liu
Add ordering transformations:
{code:java}
def sort(
self,
by,
*,
descending=False,
nulls_first=None,
) -> DataFrame {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
