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