public class StringAgg
extends java.lang.Object
Combine.CombineFns 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.StringAggByte
A  
Combine.CombineFn that aggregates bytes with a byte array as delimiter. | 
static class  | 
StringAgg.StringAggString
A  
Combine.CombineFn that aggregates strings with a string as delimiter. | 
| Constructor and Description | 
|---|
StringAgg()  |