summaryrefslogtreecommitdiff
path: root/groot-common/src/main/resources/udf.plugins
diff options
context:
space:
mode:
authorwangkuan <[email protected]>2024-07-24 14:42:35 +0800
committerwangkuan <[email protected]>2024-07-24 14:42:35 +0800
commitcd6f0015542af281c140b05f35cde8e79cc64a1e (patch)
tree788a3516600b45229f4d96ed4e8cc759864fac99 /groot-common/src/main/resources/udf.plugins
parent6e558c28ce9f07f58e9adcbbd802b586c6a179da (diff)
[improve][core]新增聚合函数LongCount,Mean以及相关单元测试
Diffstat (limited to 'groot-common/src/main/resources/udf.plugins')
-rw-r--r--groot-common/src/main/resources/udf.plugins4
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