Class StringAgg
java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.udaf.StringAgg
Combine.CombineFn
s 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 class
ACombine.CombineFn
that aggregates bytes with a byte array as delimiter.static class
ACombine.CombineFn
that aggregates strings with a string as delimiter. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringAgg
public StringAgg()
-