[
https://issues.apache.org/jira/browse/FLINK-11949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-11949:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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)