diff options
| author | 王宽 <[email protected]> | 2024-07-24 06:52:41 +0000 |
|---|---|---|
| committer | 王宽 <[email protected]> | 2024-07-24 06:52:41 +0000 |
| commit | b593e070f20c3097a21765229f87c444f3a60bad (patch) | |
| tree | b68d0211b548534a97a0d585d13068a4094f1156 /groot-common | |
| parent | 3cff9a87fa0beab38caff2b34d7344b4186e24e1 (diff) | |
| parent | cd6f0015542af281c140b05f35cde8e79cc64a1e (diff) | |
Merge branch 'feature/aggregate' into 'develop'
[improve][core]新增聚合函数LongCount,Mean以及相关单元测试
See merge request galaxy/platform/groot-stream!79
Diffstat (limited to 'groot-common')
| -rw-r--r-- | groot-common/src/main/resources/udf.plugins | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins index 73692a2..0eb24cb 100644 --- a/groot-common/src/main/resources/udf.plugins +++ b/groot-common/src/main/resources/udf.plugins @@ -16,4 +16,6 @@ com.geedgenetworks.core.udf.UnixTimestampConverter com.geedgenetworks.core.udf.Flatten com.geedgenetworks.core.udf.udaf.NumberSum com.geedgenetworks.core.udf.udaf.CollectList -com.geedgenetworks.core.udf.udaf.CollectSet
\ No newline at end of file +com.geedgenetworks.core.udf.udaf.CollectSet +com.geedgenetworks.core.udf.udaf.LongCount +com.geedgenetworks.core.udf.udaf.Mean
\ No newline at end of file |
