diff options
| author | wangkuan <[email protected]> | 2023-12-19 10:19:55 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2023-12-19 10:19:55 +0800 |
| commit | ff28a1cc2c58a3455295b677c0eaed2f2a475065 (patch) | |
| tree | 833945a1766fc01c031c72265cd80a7ba9734fcd /groot-common | |
| parent | 23b8e2b20bbad2684256a5d68ed841f6d20e8d27 (diff) | |
[fix][common]补充udf配置文件
Diffstat (limited to 'groot-common')
| -rw-r--r-- | groot-common/src/main/resources/groot-platform-udf.plugin | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/groot-common/src/main/resources/groot-platform-udf.plugin b/groot-common/src/main/resources/groot-platform-udf.plugin new file mode 100644 index 0000000..d22c057 --- /dev/null +++ b/groot-common/src/main/resources/groot-platform-udf.plugin @@ -0,0 +1,11 @@ +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.UnixTimestamp +com.geedgenetworks.core.udf.Domain +com.geedgenetworks.core.udf.DecodeBase64 +com.geedgenetworks.core.udf.GeoIpLookup +com.geedgenetworks.core.udf.PathCombine +com.geedgenetworks.core.udf.UnixTimestampConverter |
