-
<static> AVERAGE
-
Average the values
- Source:
-
<static> COUNT
-
Count the values
- Source:
-
<static> CUSTOM
-
Specify a custom callback function to do the aggregation
- Source:
-
<static> FIRST
-
Substitute the first value encountered
- Source:
-
<static> MAX
-
Calculate the maximum of the values
- Source:
-
<static> MIN
-
Calculate the minimum of the values
- Source:
-
<static> NONE
-
Substitute a null for the value
- Source:
-
<static> STDDEV
-
Calculate the standard deviation of the values
- Source:
-
<static> SUM
-
Sum the values
- Source:
-
<static> VARIANCE
-
Calculate the variance of the values
- Source: