summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorwangkuan <[email protected]>2024-10-22 16:57:30 +0800
committerwangkuan <[email protected]>2024-10-22 16:57:30 +0800
commit2bfffd4d59179c13cad6b9516b0d23acbbb2f93a (patch)
tree938623153efe5db6d26aa3f7eab0a1d3c737b760 /config
parent3626dab79998f56fd14be80a4aa5f498d8779bad (diff)
[feature][core]删除原NumberMax,NumberMin。支持更通用的Max,Min函数。支持对日期/字符串/数字进行处理,考虑性能等因素,暂不支持识别字符串类型的日期。feature/max-min
Diffstat (limited to 'config')
-rw-r--r--config/udf.plugins4
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