apache/pinot

[Feature] Support for Correlation Function

开放

#9,277 创建于 2022年8月24日

 (11 条评论) (0 个反应) (1 位负责人)Java (1,234 个派生)batch import
good first issue

仓库指标

星标
 (4,937 个星标)
PR 合并指标
 (平均合并 6天 7小时) (30 天内合并 186 个 PR)

描述

Add support for calculating Pearson's coefficient corr(x,y) as part of the effort in #8493. Can leverage implementation for COVAR_SAMP and COVAR_POP as mentioned in #9236.

贡献者指南