diff options
| author | wangkuan <[email protected]> | 2024-10-22 16:57:30 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-10-22 16:57:30 +0800 |
| commit | 2bfffd4d59179c13cad6b9516b0d23acbbb2f93a (patch) | |
| tree | 938623153efe5db6d26aa3f7eab0a1d3c737b760 /groot-common | |
| parent | 3626dab79998f56fd14be80a4aa5f498d8779bad (diff) | |
[feature][core]删除原NumberMax,NumberMin。支持更通用的Max,Min函数。支持对日期/字符串/数字进行处理,考虑性能等因素,暂不支持识别字符串类型的日期。feature/max-min
Diffstat (limited to 'groot-common')
| -rw-r--r-- | groot-common/src/main/resources/udf.plugins | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins index cfd9bab..2ee3c65 100644 --- a/groot-common/src/main/resources/udf.plugins +++ b/groot-common/src/main/resources/udf.plugins @@ -29,5 +29,5 @@ 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 -com.geedgenetworks.core.udf.udaf.NumberMax -com.geedgenetworks.core.udf.udaf.NumberMin
\ No newline at end of file +com.geedgenetworks.core.udf.udaf.Max +com.geedgenetworks.core.udf.udaf.Min
\ No newline at end of file |
