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

[jira] [Created] (FLINK-4604) Add support for standard deviation/variance

Timo Walther created FLINK-4604:
-----------------------------------

             Summary: Add support for standard deviation/variance
                 Key: FLINK-4604
                 URL: https://issues.apache.org/jira/browse/FLINK-4604
             Project: Flink
          Issue Type: New Feature
          Components: Table API & SQL
            Reporter: Timo Walther


Calcite's {{AggregateReduceFunctionsRule}} can convert SQL {{AVG, STDDEV_POP, STDDEV_SAMP, VAR_POP, VAR_SAMP}} to sum/count functions. We should add, test and document this rule. 

If we also want to add this aggregates to Table API is up for discussion.



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