diff options
| author | lifengchao <[email protected]> | 2024-08-15 15:28:24 +0800 |
|---|---|---|
| committer | lifengchao <[email protected]> | 2024-08-15 15:28:24 +0800 |
| commit | cbdd7f96b4e342c9e8b296e231ea655fca139f5d (patch) | |
| tree | 7689fa7f5901e8b57224bbd8215add4acef36680 /groot-common | |
| parent | cba6a89bade113b208fc24411300a931a64c5db1 (diff) | |
[feature][core]添加sketche聚合函数和sketche mock类型
Diffstat (limited to 'groot-common')
| -rw-r--r-- | groot-common/src/main/resources/udf.plugins | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins index 18446c9..0062c1a 100644 --- a/groot-common/src/main/resources/udf.plugins +++ b/groot-common/src/main/resources/udf.plugins @@ -22,4 +22,9 @@ com.geedgenetworks.core.udf.udaf.Mean com.geedgenetworks.core.udf.udaf.LastValue com.geedgenetworks.core.udf.udaf.FirstValue 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.udaf.hlld.Hlld +com.geedgenetworks.core.udf.udaf.hlld.HlldApproxCountDistinct +com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogram +com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogramQuantile +com.geedgenetworks.core.udf.udaf.HdrHistogram.HdrHistogramQuantiles
\ No newline at end of file |
