/AWS1/CL_QSTDATAPREPAGGRFUNC¶
Defines the type of aggregation function to apply to data during data preparation, supporting simple and list aggregations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_simpleaggregation TYPE REF TO /AWS1/CL_QSTDATAPREPSIMPLEAG00 /AWS1/CL_QSTDATAPREPSIMPLEAG00¶
A simple aggregation function such as
SUM,COUNT,AVERAGE,MIN,MAX,MEDIAN,VARIANCE, orSTANDARD_DEVIATION.
io_listaggregation TYPE REF TO /AWS1/CL_QSTDATAPREPLSTAGGFUNC /AWS1/CL_QSTDATAPREPLSTAGGFUNC¶
A list aggregation function that concatenates values from multiple rows into a single delimited string.
Queryable Attributes¶
SimpleAggregation¶
A simple aggregation function such as
SUM,COUNT,AVERAGE,MIN,MAX,MEDIAN,VARIANCE, orSTANDARD_DEVIATION.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIMPLEAGGREGATION() |
Getter for SIMPLEAGGREGATION |
ListAggregation¶
A list aggregation function that concatenates values from multiple rows into a single delimited string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LISTAGGREGATION() |
Getter for LISTAGGREGATION |