diff options
| author | doufenghu <[email protected]> | 2024-08-01 19:27:35 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-08-01 19:27:35 +0800 |
| commit | 034abcaa214ce4f2211ce5adb02e30aa781cd067 (patch) | |
| tree | 0a6a29567072627c72d74f4b1fd2e478af489f9d /groot-common/src/main/resources/udf.plugins | |
| parent | 708137a41c1806b4bc6925fc71b0a2892862d9ea (diff) | |
[docs][core] add aggregate processor documents.
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 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 |
