[
https://issues.apache.org/jira/browse/FLINK-40423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Liu Liu updated FLINK-40423:
----------------------------
Description:
Add first-class global and per-group Top-N support:
{code:java}
def top_n(
self,
n: int,
*,
partition_by=None,
order_by,
descending=False,
nulls_first=None,
) -> DataFrame {code}
was:
Add first-class global and per-group Top-N support:
{code:java}
def top_n(
self,
n: int,
*,
partition_by=None,
order_by,
descending=False,
nulls_first=None,
) -> DataFrame {code}
{{}}
> Add Top-N support to DataFrame API
> ----------------------------------
>
> Key: FLINK-40423
> URL: https://issues.apache.org/jira/browse/FLINK-40423
> Project: Flink
> Issue Type: Sub-task
> Reporter: Liu Liu
> Priority: Major
>
> Add first-class global and per-group Top-N support:
> {code:java}
> def top_n(
> self,
> n: int,
> *,
> partition_by=None,
> order_by,
> descending=False,
> nulls_first=None,
> ) -> DataFrame {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)