summaryrefslogtreecommitdiff
path: root/groot-common
diff options
context:
space:
mode:
author窦凤虎 <[email protected]>2024-08-02 00:45:56 +0000
committer窦凤虎 <[email protected]>2024-08-02 00:45:56 +0000
commit0d68d0be840ae86c79896a239d27d6fa417c77d4 (patch)
treef6a0676a34ed04c1804e518b9b47abb62bfdb74b /groot-common
parentdf126a194232fe5b5f68ba4fc4fa0b7acd628050 (diff)
parent034abcaa214ce4f2211ce5adb02e30aa781cd067 (diff)
Merge branch 'docs/aggregate-processor' into 'develop'
[docs][core] add aggregate processor documents. See merge request galaxy/platform/groot-stream!86
Diffstat (limited to 'groot-common')
-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 0eb24cb..1b7fca4 100644
--- a/groot-common/src/main/resources/udf.plugins
+++ b/groot-common/src/main/resources/udf.plugins
@@ -18,4 +18,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