summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorwangkuan <[email protected]>2024-07-25 14:29:06 +0800
committerwangkuan <[email protected]>2024-07-25 14:29:06 +0800
commit4aeddf37d0f5f69c4dab603f26d5d7f15c918f4b (patch)
treeb2dd2fb4d8e78ada106222743041382737255adc /config
parentbd422c028ad28ef8f1c3bb237d4ba5f7fa0bcb65 (diff)
[improve][core]增加聚合函数LAST_VALUE和FIRST_VALUE
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