dianfu commented on a change in pull request #7209: [FLINK-10977][table] Add
UnBounded FlatAggregate operator to streaming Table API
URL: https://github.com/apache/flink/pull/7209#discussion_r241287190
##########
File path:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/codegen/generated.scala
##########
@@ -71,6 +71,16 @@ case class GeneratedAggregationsFunction(
name: String,
code: String)
+/**
+ * Describes a generated table aggregate helper function
+ *
+ * @param name class name of the generated Function.
+ * @param code code of the generated Function.
+ */
+case class GeneratedTableAggregationsFunction(
Review comment:
Maybe we can use GeneratedAggregationsFunction?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services