| Interface | Description |
|---|---|
| IStringAggregateFunction |
This interface fixes the domain of this family of aggregation function to be of the type String.
|
| Class | Description |
|---|---|
| Concat |
Concat is an aggregation function for Strings simply concatenating all the String values provided.
|