summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author王宽 <[email protected]>2024-10-22 09:05:44 +0000
committer王宽 <[email protected]>2024-10-22 09:05:44 +0000
commitcb03e3cf57a112b6ae07d8e36b7239b9331c63c1 (patch)
treed0b9215238a5abc6a9e03fff8ab5890a4f18ec1b /config
parent5b953aa3a8673098f2777bff573c714230dc885f (diff)
parent2bfffd4d59179c13cad6b9516b0d23acbbb2f93a (diff)
Merge branch 'feature/max-min' into 'develop'
[feature][core]删除原NumberMax,NumberMin。支持更通用的Max,Min函数。支持对日期/字符串/数字进行处理,考虑性能等因素,暂不支持识别字符串类型的日期。 See merge request galaxy/platform/groot-stream!118
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 7cd3b0e..83da898 100644
--- a/config/udf.plugins
+++ b/config/udf.plugins
@@ -36,5 +36,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