Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-13470 Enhancements to Flink Table API for blink planner
  3. FLINK-13473

Add GroupWindowed FlatAggregate support to stream Table API(blink planner), i.e, align with flink planner

    XMLWordPrintableJSON

Details

    Description

      Add GroupWindowed 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);
       windowGroupedTable
      	.flatAggregate("tableAggFunc(a, b) as (x, y, z)")
      	.select("key, window.start, x, y, z")
      

      The detail can be found in Flip-29

      Attachments

        Issue Links

          Activity

            People

              sunjincheng121 sunjincheng
              sunjincheng121 sunjincheng
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m