[
https://issues.apache.org/jira/browse/STREAMPIPES-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315942#comment-17315942
]
ASF subversion and git services commented on STREAMPIPES-337:
-------------------------------------------------------------
Commit a566e3a30ba8dfe691500bd72d4d35a0c850d0a4 in incubator-streampipes's
branch refs/heads/dev from Sandeep Kumar
[ https://gitbox.apache.org/repos/asf?p=incubator-streampipes.git;h=a566e3a ]
[STREAMPIPES-337] Added ASF license information
> Add missing functionalities for Aggregations in Siddhi wrapper/processors
> -------------------------------------------------------------------------
>
> Key: STREAMPIPES-337
> URL: https://issues.apache.org/jira/browse/STREAMPIPES-337
> Project: StreamPipes
> Issue Type: Task
> Components: Backend, Pipeline Elements
> Reporter: Sandeep Kumar
> Priority: Major
> Labels: pull-request-available
>
> Currently we have support of count aggregation function in Siddhi wrapper.
> Extend that to include below aggregation functions :
>
> [https://siddhi.io/en/v5.1/docs/query-guide/#aggregate-function] :
> |[sum|https://siddhi.io/en/v5.1/docs/api/latest/#sum-aggregate-function]|Calculates
> the sum from a set of values.|
> |[count|https://siddhi.io/en/v5.1/docs/api/latest/#count-aggregate-function]|Calculates
> the count from a set of values.|
> |[distinctCount|https://siddhi.io/en/v5.1/docs/api/latest/#distinctcount-aggregate-function]|Calculates
> the distinct count based on a parameter from a set of values.|
> |[avg|https://siddhi.io/en/v5.1/docs/api/latest/#avg-aggregate-function]|Calculates
> the average from a set of values.|
> |[max|https://siddhi.io/en/v5.1/docs/api/latest/#max-aggregate-function]|Finds
> the maximum value from a set of values.|
> |[min|https://siddhi.io/en/v5.1/docs/api/latest/#min-aggregate-function]|Finds
> the minimum value from a set of values.|
> |[maxForever|https://siddhi.io/en/v5.1/docs/api/latest/#maxforever-aggregate-function]|Finds
> the maximum value from all events throughout its lifetime irrespective of
> the windows.|
> |[minForever|https://siddhi.io/en/v5.1/docs/api/latest/#minforever-aggregate-function]|Finds
> the minimum value from all events throughout its lifetime irrespective of
> the windows.|
> |[stdDev|https://siddhi.io/en/v5.1/docs/api/latest/#stddev-aggregate-function]|Calculates
> the standard deviation from a set of values.|
> |[and|https://siddhi.io/en/v5.1/docs/api/latest/#and-aggregate-function]|Calculates
> boolean {{and}} from a set of values.|
> |[or|https://siddhi.io/en/v5.1/docs/api/latest/#or-aggregate-function]|Calculates
> boolean {{or}} from a set of values.|
> |[unionSet|https://siddhi.io/en/v5.1/docs/api/latest/#unionset-aggregate-function]|Constructs
> a Set by unioning set of values.|
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)