diff options
| author | lifengchao <[email protected]> | 2024-09-13 18:24:15 +0800 |
|---|---|---|
| committer | lifengchao <[email protected]> | 2024-09-13 18:24:15 +0800 |
| commit | 0527fc54a42ee17e03ee34afac606ae9f30f8657 (patch) | |
| tree | 2917564e156ef10756765022ee315cbd7bc57f5c /groot-common/src/main/resources/udf.plugins | |
| parent | 2ed4587200e28ceca9895e897212ecd28312485f (diff) | |
[feature][core] TSG-22596 add EXPLODE_APP_AND_PROTOCOL function for app-protocol-stat-traffic-merge application
Diffstat (limited to 'groot-common/src/main/resources/udf.plugins')
| -rw-r--r-- | groot-common/src/main/resources/udf.plugins | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins index 7544cc7..3b0b0d5 100644 --- a/groot-common/src/main/resources/udf.plugins +++ b/groot-common/src/main/resources/udf.plugins @@ -27,4 +27,5 @@ com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogram com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogramQuantile com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogramQuantiles com.geedgenetworks.core.udf.udtf.JsonUnroll -com.geedgenetworks.core.udf.udtf.Unroll
\ No newline at end of file +com.geedgenetworks.core.udf.udtf.Unroll +com.geedgenetworks.core.udf.udtf.ExplodeAppAndProtocol
\ No newline at end of file |
