[jira] [Created] (FLINK-5957) Remove `getAccumulatorType` method from `AggregateFunction`

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

[jira] [Created] (FLINK-5957) Remove `getAccumulatorType` method from `AggregateFunction`

Shang Yuanchun (Jira)
sunjincheng created FLINK-5957:
----------------------------------

             Summary: Remove  `getAccumulatorType` method from `AggregateFunction`
                 Key: FLINK-5957
                 URL: https://issues.apache.org/jira/browse/FLINK-5957
             Project: Flink
          Issue Type: Sub-task
            Reporter: sunjincheng
            Assignee: sunjincheng


Build-in aggregateFunction need not implement the  `getAccumulatorType` method.
We can get TypeInformation by  `TypeInformation.of() ` or `TypeInformation.of(new TypeHint[AGG.type](){})`.
What do you think? [~fhueske] [~shaoxuan]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)