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 /config/udf.plugins | |
| parent | 3626dab79998f56fd14be80a4aa5f498d8779bad (diff) | |
[feature][core]删除原NumberMax,NumberMin。支持更通用的Max,Min函数。支持对日期/字符串/数字进行处理,考虑性能等因素,暂不支持识别字符串类型的日期。feature/max-min
Diffstat (limited to 'config/udf.plugins')
| -rw-r--r-- | config/udf.plugins | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/udf.plugins b/config/udf.plugins index 49edca1..1913883 100644 --- a/config/udf.plugins +++ b/config/udf.plugins @@ -33,5 +33,5 @@ com.geedgenetworks.core.udf.udtf.PathUnroll com.geedgenetworks.core.udf.uuid.Uuid com.geedgenetworks.core.udf.uuid.UuidV5 com.geedgenetworks.core.udf.uuid.UuidV7 -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 |
