You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gábor Hermann (JIRA)" <ji...@apache.org> on 2015/07/01 11:07:05 UTC

[jira] [Created] (FLINK-2303) Add count method to GroupedDataStream

Gábor Hermann created FLINK-2303:
------------------------------------

             Summary: Add count method to GroupedDataStream
                 Key: FLINK-2303
                 URL: https://issues.apache.org/jira/browse/FLINK-2303
             Project: Flink
          Issue Type: Improvement
          Components: Streaming
            Reporter: Gábor Hermann
            Priority: Minor


As aggregations from DataStream was removed, the {{count}} method was also removed. A count method should be introduced to the {{GroupedDataStream<T>}} that returns a {{Tuple2<T, Long>}} of the latest element and number of the elements in the stream with the same key.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)