diff options
| author | doufenghu <[email protected]> | 2024-08-19 18:54:33 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-08-19 18:54:33 +0800 |
| commit | a1f2fd8385f418af0a55867e12747967e7b836f9 (patch) | |
| tree | c88fe41ff5eb62b73e6269940f726e968ab396ba /groot-common/src/main | |
| parent | 43bc690b73d2df56cb29cea7235c650d60af82d6 (diff) | |
[docs][table processor] add table-processor and udtf description.
Diffstat (limited to 'groot-common/src/main')
| -rw-r--r-- | groot-common/src/main/resources/udf.plugins | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/groot-common/src/main/resources/udf.plugins b/groot-common/src/main/resources/udf.plugins index 0062c1a..7544cc7 100644 --- a/groot-common/src/main/resources/udf.plugins +++ b/groot-common/src/main/resources/udf.plugins @@ -21,10 +21,10 @@ com.geedgenetworks.core.udf.udaf.LongCount 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 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 +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 |
