diff options
| author | wangkuan <[email protected]> | 2024-10-21 16:10:04 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-10-21 16:10:04 +0800 |
| commit | 3b4034993c5812ca239c4824d8101b1cca567b5c (patch) | |
| tree | fd41b8516a31ea6c714a71fa56597f3649a89001 /groot-common | |
| parent | 72ba1827fb4a5ccf05e450a83dc930766c9f95e3 (diff) | |
[feature][core]新增聚合函数NumberMax,NumberMin,增加agg-dos-protection_rule_metric任务以及单元测试
Diffstat (limited to 'groot-common')
| -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 dae8bae..cfd9bab 100644 --- a/groot-common/src/main/resources/udf.plugins +++ b/groot-common/src/main/resources/udf.plugins @@ -28,4 +28,6 @@ com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogramQuantile com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogramQuantiles com.geedgenetworks.core.udf.udtf.JsonUnroll com.geedgenetworks.core.udf.udtf.Unroll -com.geedgenetworks.core.udf.udtf.PathUnroll
\ No newline at end of file +com.geedgenetworks.core.udf.udtf.PathUnroll +com.geedgenetworks.core.udf.udaf.NumberMax +com.geedgenetworks.core.udf.udaf.NumberMin
\ No newline at end of file |
