[
https://issues.apache.org/jira/browse/FLINK-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15489745#comment-15489745
]
Aljoscha Krettek commented on FLINK-2144:
-----------------------------------------
I would be in favor of closing this, FLINK-2143 was closed and I would like to
keep the number of primitives somewhat small and focus and doing those that we
provide right.
Users can always do this using a window function/reduce function.
> Incremental count, average, and variance for windows
> ----------------------------------------------------
>
> Key: FLINK-2144
> URL: https://issues.apache.org/jira/browse/FLINK-2144
> Project: Flink
> Issue Type: New Feature
> Components: Streaming
> Reporter: Gabor Gevay
> Priority: Minor
> Labels: statistics
>
> By count I mean the number of elements in the window.
> These can be implemented very efficiently building on FLINK-2143:
> Store: O(1)
> Evict: O(1)
> emitWindow: O(1)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)