TFORMer SDK - JAVA
8
|
Defines the type of Aggregation. More...
Public Attributes | |
None | |
No aggregation function is used. | |
RunningAvg | |
Computes the mean value of all expression results up to the current Record. | |
RunningSum | |
Computes the sum of all expression results up to the current Record. |
Defines the type of Aggregation.
The type of Aggregation influences the result of a ComputedField. Aggregation defines if the result of previous records should affect the current result of the ComputedField's expression.
To exclude specific Records of the Jobdata from Aggregation use the ComputedField.setFilter.
Computes the mean value of all expression results up to the current Record.
For the first Record the running average is the value itself. For the fifth Record the running average is the average of the first five Records.
Computes the sum of all expression results up to the current Record.
For the first Record the running sum is the value itself. For all subsequent Records the values are added.
© 2006-2024 - all rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Thu Oct 3 2024 05:08:23 for TFORMer SDK - JAVA with doxygen 1.7.6.1 |