Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.10.0
Description
Add FlatAggregate support to stream Table API(blink planner), i.e, align with flink planner.
The API looks like:
TableAggregateFunction tableAggFunc = new MyTableAggregateFunction(); tableEnv.registerFunction("tableAggFunc", tableAggFunc); tab.groupBy("key") .flatAggregate("tableAggFunc(a, b) as (x, y, z)") .select("key, x, y, z")
The detail can be found in Flip-29
Attachments
Issue Links
- links to