diff options
| author | wangkuan <[email protected]> | 2024-07-24 14:42:35 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-07-24 14:42:35 +0800 |
| commit | cd6f0015542af281c140b05f35cde8e79cc64a1e (patch) | |
| tree | 788a3516600b45229f4d96ed4e8cc759864fac99 /groot-common/src/main/resources/udf.plugins | |
| parent | 6e558c28ce9f07f58e9adcbbd802b586c6a179da (diff) | |
[improve][core]新增聚合函数LongCount,Mean以及相关单元测试
Diffstat (limited to 'groot-common/src/main/resources/udf.plugins')
| -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 |
