You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Rami (JIRA)" <ji...@apache.org> on 2016/06/08 11:11:20 UTC

[jira] [Created] (FLINK-4029) Multi-field "sum" function just like "keyBy"

Rami created FLINK-4029:
---------------------------

             Summary: Multi-field "sum" function just like "keyBy"
                 Key: FLINK-4029
                 URL: https://issues.apache.org/jira/browse/FLINK-4029
             Project: Flink
          Issue Type: Improvement
          Components: DataStream API
            Reporter: Rami
            Priority: Minor


I can use keyBy as follows:
stream.keyBy(“pojo.field1”,”pojo.field2”,…)
Would make sense that I can use sum for example, to do its job for more than one field:
stream.sum(“pojo.field1”,”pojo.field2”,…)



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