Class StringAgg
java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.udaf.StringAgg
Combine.CombineFns for aggregating strings or bytes with an optional delimiter (default comma).
StringAgg.StringAggString does not support NULL values.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classACombine.CombineFnthat aggregates bytes with a byte array as delimiter.static classACombine.CombineFnthat aggregates strings with a string as delimiter. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringAgg
public StringAgg()
-