Class StringAgg
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.impl.udaf.StringAgg
-
public class StringAgg extends java.lang.ObjectCombine.CombineFns for aggregating strings or bytes with an optional delimiter (default comma).StringAgg.StringAggStringdoes not support NULL values.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStringAgg.StringAggByteACombine.CombineFnthat aggregates bytes with a byte array as delimiter.static classStringAgg.StringAggStringACombine.CombineFnthat aggregates strings with a string as delimiter.
-
Constructor Summary
Constructors Constructor Description StringAgg()
-