[
https://issues.apache.org/jira/browse/FLINK-13473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sunjincheng closed FLINK-13473.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.10.0
Fixed in master: 29f6c3f83abbc8d6ffd3a918d26c3056b24ae911
> Add GroupWindowed FlatAggregate support to stream Table API(blink planner),
> i.e, align with flink planner
> ---------------------------------------------------------------------------------------------------------
>
> Key: FLINK-13473
> URL: https://issues.apache.org/jira/browse/FLINK-13473
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / Planner
> Affects Versions: 1.10.0
> Reporter: sunjincheng
> Assignee: sunjincheng
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Add GroupWindowed FlatAggregate support to stream Table API(blink planner),
> i.e, align with flink planner.
> The API looks like:
> {code}
> TableAggregateFunction tableAggFunc = new MyTableAggregateFunction();
> tableEnv.registerFunction("tableAggFunc", tableAggFunc);
> windowGroupedTable
> .flatAggregate("tableAggFunc(a, b) as (x, y, z)")
> .select("key, window.start, x, y, z")
> {code}
> The detail can be found in
> [Flip-29|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97552739]
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)