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.StringAggByteA  Combine.CombineFnthat aggregates bytes with a byte array as delimiter. | 
| static class  | StringAgg.StringAggStringA  Combine.CombineFnthat aggregates strings with a string as delimiter. | 
| Constructor and Description | 
|---|
| StringAgg() |