| Class | Description | 
|---|---|
| ArrayAgg | |
| ArrayAgg.ArrayAggArray<T> | |
| StringAgg | Combine.CombineFns for aggregating strings or bytes with an optional delimiter (default comma). | 
| StringAgg.StringAggByte | A  Combine.CombineFnthat aggregates bytes with a byte array as delimiter. | 
| StringAgg.StringAggString | A  Combine.CombineFnthat aggregates strings with a string as delimiter. |