@Experimental public class StringAgg extends java.lang.Object
Combine.CombineFn
s for aggregating strings or bytes with an optional delimiter (default comma).
StringAgg.StringAggString
does not support NULL values.
Modifier and Type | Class and Description |
---|---|
static class |
StringAgg.StringAggString
A
Combine.CombineFn that aggregates strings with comma as delimiter. |
Constructor and Description |
---|
StringAgg() |