Name |
Type |
Required |
Description |
---|---|---|---|
Expression |
String |
Yes |
Aggregating expression. Must not contain any column reference outside of aggregating functions, e.g. avg(score_instance) + 100 is correct but avg(score_instance) + score_name is not. |
Name |
String |
Yes |
Name of output column storing the aggregated value. |
iWay Software |