You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "sunjincheng (JIRA)" <ji...@apache.org> on 2019/07/29 12:23:00 UTC

[jira] [Updated] (FLINK-11052) Add Bounded(Group Window) FlatAggregate operator to batch Table API

     [ https://issues.apache.org/jira/browse/FLINK-11052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sunjincheng updated FLINK-11052:
--------------------------------
    Issue Type: Bug  (was: Sub-task)
        Parent:     (was: FLINK-10972)

> Add Bounded(Group Window) FlatAggregate operator to batch Table API
> -------------------------------------------------------------------
>
>                 Key: FLINK-11052
>                 URL: https://issues.apache.org/jira/browse/FLINK-11052
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / API
>            Reporter: sunjincheng
>            Assignee: Hequn Cheng
>            Priority: Major
>
> Add FlatAggregate operator to *batch* group window Table API as described in [FLIP-29|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97552739].
> The usage:
> {code:java}
> tab.window(Tumble/Session/Slide... as 'w)
>    .groupBy('w, 'k1, 'k2)
>    .flatAggregate(tableAggregate('a))
>    .select('w.rowtime, 'k1, 'k2, 'col1, 'col2)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)