[
https://issues.apache.org/jira/browse/FLINK-7491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16183941#comment-16183941
]
ASF GitHub Bot commented on FLINK-7491:
---------------------------------------
Github user suez1224 commented on a diff in the pull request:
https://github.com/apache/flink/pull/4585#discussion_r141576005
--- Diff: docs/dev/table/sql.md ---
@@ -2107,6 +2108,17 @@ VAR_SAMP(value)
<p>Returns the sample variance (square of the sample standard
deviation) of the numeric field across all input values.</p>
</td>
</tr>
+
+ <tr>
+ <td>
+ {% highlight text %}
+ COLLECT(value)
+ {% endhighlight %}
+ </td>
+ <td>
+ <p>Returns a multiset of the <i>value</i>s.</p>
--- End diff --
done
> Support COLLECT Aggregate function in Flink SQL
> -----------------------------------------------
>
> Key: FLINK-7491
> URL: https://issues.apache.org/jira/browse/FLINK-7491
> Project: Flink
> Issue Type: New Feature
> Components: Table API & SQL
> Reporter: Shuyi Chen
> Assignee: Shuyi Chen
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)