summaryrefslogtreecommitdiff
path: root/groot-common/src/main/resources/udf.plugins
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-01-18 23:51:13 +0800
committerdoufenghu <[email protected]>2024-01-18 23:51:13 +0800
commit55f8fbe81f528593962a504b63b51d39e0bdad52 (patch)
tree49fc20d5a609af8b530cf1a312b8d72665967cd4 /groot-common/src/main/resources/udf.plugins
parent70d3ccd36173a51d936399a0af2dd79bbb180cf4 (diff)
[Improve][Job] Rename作为内置UDF函数,按英文首字母排列UDF注册列表。新增kafka_to_print, inline_to_print配置模版,使其集成测试更高效。
Diffstat (limited to 'groot-common/src/main/resources/udf.plugins')
-rw-r--r--groot-common/src/main/resources/udf.plugins15
1 files changed, 8 insertions, 7 deletions
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins
index e425ca4..f5f7f1c 100644
--- a/groot-common/src/main/resources/udf.plugins
+++ b/groot-common/src/main/resources/udf.plugins
@@ -1,12 +1,13 @@
-com.geedgenetworks.core.udf.SnowflakeId
-com.geedgenetworks.core.udf.Drop
com.geedgenetworks.core.udf.AsnLookup
-com.geedgenetworks.core.udf.Eval
-com.geedgenetworks.core.udf.JsonExtract
com.geedgenetworks.core.udf.CurrentUnixTimestamp
-com.geedgenetworks.core.udf.FromUnixTimestamp
-com.geedgenetworks.core.udf.Domain
com.geedgenetworks.core.udf.DecodeBase64
+com.geedgenetworks.core.udf.Domain
+com.geedgenetworks.core.udf.Drop
+com.geedgenetworks.core.udf.Eval
+com.geedgenetworks.core.udf.FromUnixTimestamp
com.geedgenetworks.core.udf.GeoIpLookup
+com.geedgenetworks.core.udf.Rename
+com.geedgenetworks.core.udf.JsonExtract
com.geedgenetworks.core.udf.PathCombine
-com.geedgenetworks.core.udf.UnixTimestampConverter \ No newline at end of file
+com.geedgenetworks.core.udf.SnowflakeId
+com.geedgenetworks.core.udf.UnixTimestampConverter