summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-08-19 18:54:33 +0800
committerdoufenghu <[email protected]>2024-08-19 18:54:33 +0800
commita1f2fd8385f418af0a55867e12747967e7b836f9 (patch)
treec88fe41ff5eb62b73e6269940f726e968ab396ba /config
parent43bc690b73d2df56cb29cea7235c650d60af82d6 (diff)
[docs][table processor] add table-processor and udtf description.
Diffstat (limited to 'config')
-rw-r--r--config/udf.plugins6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/udf.plugins b/config/udf.plugins
index 772d2bc..e4f940f 100644
--- a/config/udf.plugins
+++ b/config/udf.plugins
@@ -22,10 +22,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