You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sn...@apache.org on 2022/12/07 07:01:50 UTC

[pinot] branch add-variance-function updated (ec1ff2bd9e -> bf2e5296a4)

This is an automated email from the ASF dual-hosted git repository.

snlee pushed a change to branch add-variance-function
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from ec1ff2bd9e Add Variance and Standard Deviation Aggregation Functions
     add bf2e5296a4 Addressing comments

No new revisions were added by this update.

Summary of changes:
 .../function/CovarianceAggregationFunction.java    | 31 +++----------
 .../function/VarianceAggregationFunction.java      | 24 ++--------
 .../utils/StatisticalAggregationFunctionUtils.java | 53 ++++++++++++++++++++++
 3 files changed, 64 insertions(+), 44 deletions(-)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/utils/StatisticalAggregationFunctionUtils.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org