summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author王宽 <[email protected]>2024-07-25 06:40:16 +0000
committer王宽 <[email protected]>2024-07-25 06:40:16 +0000
commit8eaf2c973b21277cb613d5bd5418ef510cb72448 (patch)
treeb5991d6c882b046faa1e9afbbb198fa8c591950a /config
parent05bf631f8562a357fda67891973c098aa32b2763 (diff)
parent4aeddf37d0f5f69c4dab603f26d5d7f15c918f4b (diff)
Merge branch 'feature/aggregate' into 'develop'
[improve][core]增加聚合函数LAST_VALUE和FIRST_VALUE See merge request galaxy/platform/groot-stream!81
Diffstat (limited to 'config')
-rw-r--r--config/udf.plugins4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/udf.plugins b/config/udf.plugins
index b3f67b4..2978bbe 100644
--- a/config/udf.plugins
+++ b/config/udf.plugins
@@ -19,4 +19,6 @@ com.geedgenetworks.core.udf.udaf.NumberSum
com.geedgenetworks.core.udf.udaf.CollectList
com.geedgenetworks.core.udf.udaf.CollectSet
com.geedgenetworks.core.udf.udaf.LongCount
-com.geedgenetworks.core.udf.udaf.Mean \ No newline at end of file
+com.geedgenetworks.core.udf.udaf.Mean
+com.geedgenetworks.core.udf.udaf.LastValue
+com.geedgenetworks.core.udf.udaf.FirstValue \ No newline at end of file