- Set AggregationTypes
AggregationTypes
The predefined set AggregationTypes
contains the collection of all
possible aggregation types supported by the Aggregate
and DisAggregate
functions.
Set AggregationTypes {
Index : IndexAggregationTypes;
Definition : {
data { summation, average,
maximum, minimum,
interpolation }
}
}
Definition
The set
AggregationTypes
contains the collection of all possible aggregation types supported by theAggregate
andDisAggregate
functions.
Updatability
The contents of the set cannot be modified.
Note
Element parameters into AggregationTypes
can be used as the type
argument of the Aggregate
and DisAggregate
functions.
See also
The functions Aggregate
and DisAggregate
. Time-dependent aggregation and
disaggregation is discussed in full detail in Data Conversion of Time-Dependent Identifiers of the
Language Reference.