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 /config | |
| parent | cba6a89bade113b208fc24411300a931a64c5db1 (diff) | |
[feature][core]添加sketche聚合函数和sketche mock类型
Diffstat (limited to 'config')
| -rw-r--r-- | config/udf.plugins | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/udf.plugins b/config/udf.plugins index 31d1b21..772d2bc 100644 --- a/config/udf.plugins +++ b/config/udf.plugins @@ -23,4 +23,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 |
