[jira] [Created] (FLINK-11949) Introduce DeclarativeAggregateFunction and AggsHandlerCodeGenerator to blink planner

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-11949) Introduce DeclarativeAggregateFunction and AggsHandlerCodeGenerator to blink planner

Shang Yuanchun (Jira)
Jingsong Lee created FLINK-11949:
------------------------------------

             Summary: Introduce DeclarativeAggregateFunction and AggsHandlerCodeGenerator to blink planner
                 Key: FLINK-11949
                 URL: https://issues.apache.org/jira/browse/FLINK-11949
             Project: Flink
          Issue Type: New Feature
          Components: SQL / Planner
            Reporter: Jingsong Lee
            Assignee: Jingsong Lee


Introduce DeclarativeAggregateFunction: Use java Expressions to write a AggregateFunction, just like Table Api. Then the Table generates the corresponding CodeGenerator code according to the user's Expression logic. This avoids the Java object overhead in AggregateFunction before.

Introduce AggsHandlerCodeGenerator: According to multiple AggregateFunctions, generate a complete aggregation processing Class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)