diff options
| author | wangkuan <[email protected]> | 2024-07-25 14:29:06 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-07-25 14:29:06 +0800 |
| commit | 4aeddf37d0f5f69c4dab603f26d5d7f15c918f4b (patch) | |
| tree | b2dd2fb4d8e78ada106222743041382737255adc /config | |
| parent | bd422c028ad28ef8f1c3bb237d4ba5f7fa0bcb65 (diff) | |
[improve][core]增加聚合函数LAST_VALUE和FIRST_VALUE
Diffstat (limited to 'config')
| -rw-r--r-- | config/udf.plugins | 4 |
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 |
