diff options
| author | wangkuan <[email protected]> | 2023-12-01 16:39:45 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2023-12-01 16:39:45 +0800 |
| commit | 7c455cec890f0bb65b16e93794658e4e4d0bea37 (patch) | |
| tree | 6f275de628b5bb5b85198664e87430d3837a1401 /groot-common/src/main/resources | |
| parent | a62a6f5c5fb58ee3942e87975fc7a5258383c625 (diff) | |
[improve][core]GAL-443优化所有udf函数(定位库函数,路径合并函数待持续优化)
Diffstat (limited to 'groot-common/src/main/resources')
| -rw-r--r-- | groot-common/src/main/resources/groot-platform-plugin.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/groot-common/src/main/resources/groot-platform-plugin.yaml b/groot-common/src/main/resources/groot-platform-plugin.yaml index 693355a..c1cea2e 100644 --- a/groot-common/src/main/resources/groot-platform-plugin.yaml +++ b/groot-common/src/main/resources/groot-platform-plugin.yaml @@ -1,13 +1,10 @@ udf: - com.geedgenetworks.core.udf.snowflake.SnowflakeId + 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.SetDomain - com.geedgenetworks.core.udf.TopLevelDomain + com.geedgenetworks.core.udf.Domain com.geedgenetworks.core.udf.DecodeBase64 - com.geedgenetworks.core.udf.FirstSignificantSubdomain - com.geedgenetworks.core.udf.gtpc.GtpCLookup - com.geedgenetworks.core.udf.radius.RadiusLookup
\ No newline at end of file + com.geedgenetworks.core.udf.IpLocation
\ No newline at end of file |
