diff options
| author | doufenghu <[email protected]> | 2024-01-09 11:18:56 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-01-09 11:18:56 +0800 |
| commit | 801d2beff259c485c32b7b6db62579a6403c878f (patch) | |
| tree | 2a7cbeb73a90cc7c08b389b489239a6939985e08 /groot-common | |
| parent | 6f91509bcf6ba72c8e804218404a5a3d80f10d11 (diff) | |
[Feature][UDF] FromUnixTimestamp作为内置UDF函数
Diffstat (limited to 'groot-common')
| -rw-r--r-- | groot-common/src/main/resources/udf.plugins | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins index 07867f6..e425ca4 100644 --- a/groot-common/src/main/resources/udf.plugins +++ b/groot-common/src/main/resources/udf.plugins @@ -4,6 +4,7 @@ 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.GeoIpLookup |
