[ https://issues.apache.org/jira/browse/FLINK-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15957758#comment-15957758 ]
ASF GitHub Bot commented on FLINK-6241: --------------------------------------- Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3676#discussion_r110032463 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/codegen/generated.scala --- @@ -58,6 +58,16 @@ case class GeneratedFunction[F <: Function, T <: Any]( code: String) /** + * Describes a generated aggregate helper function + * + * @param name class name of the generated Function. + * @param code code of the generated Function. + */ +case class AggregateHelperFunction( --- End diff -- rename to `GeneratedAggregationsFunction`? > codeGen dataStream aggregates that use ProcessFunction > ------------------------------------------------------ > > Key: FLINK-6241 > URL: https://issues.apache.org/jira/browse/FLINK-6241 > Project: Flink > Issue Type: Sub-task > Components: Table API & SQL > Reporter: Shaoxuan Wang > Assignee: Shaoxuan Wang > -- This message was sent by Atlassian JIRA (v6.3.15#6346)