Skip to content

/AWS1/CL_QSTDATAPREPSIMPLEAG00

A simple aggregation function that performs standard statistical operations on a column.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_functiontype TYPE /AWS1/QSTDATAPREPSIMPLEAGGFU00 /AWS1/QSTDATAPREPSIMPLEAGGFU00

The type of aggregation function to perform, such as COUNT, SUM, AVERAGE, MIN, MAX, MEDIAN, VARIANCE, or STANDARD_DEVIATION.

Optional arguments:

iv_inputcolumnname TYPE /AWS1/QSTCOLUMNNAME /AWS1/QSTCOLUMNNAME

The name of the column on which to perform the aggregation function.


Queryable Attributes

InputColumnName

The name of the column on which to perform the aggregation function.

Accessible with the following methods

Method Description
GET_INPUTCOLUMNNAME() Getter for INPUTCOLUMNNAME, with configurable default
ASK_INPUTCOLUMNNAME() Getter for INPUTCOLUMNNAME w/ exceptions if field has no val
HAS_INPUTCOLUMNNAME() Determine if INPUTCOLUMNNAME has a value

FunctionType

The type of aggregation function to perform, such as COUNT, SUM, AVERAGE, MIN, MAX, MEDIAN, VARIANCE, or STANDARD_DEVIATION.

Accessible with the following methods

Method Description
GET_FUNCTIONTYPE() Getter for FUNCTIONTYPE, with configurable default
ASK_FUNCTIONTYPE() Getter for FUNCTIONTYPE w/ exceptions if field has no value
HAS_FUNCTIONTYPE() Determine if FUNCTIONTYPE has a value