No
input arrays concatenated into array of one higher dimension
(inputs must all have same dimensionality,
- and cannot be empty or NULL)
+ and cannot be empty or null)
|
otherwise the same as the argument data type
Yes
- the average (arithmetic mean) of all input values
+ the average (arithmetic mean) of all non-null input values
|
json
No
- aggregates values as a JSON array
+ aggregates values, including nulls, as a JSON array
|
jsonb
No
- aggregates values as a JSON array
+ aggregates values, including nulls, as a JSON array
|
json
No
- aggregates name/value pairs as a JSON object
+ aggregates name/value pairs as a JSON object; values can be
+ null, but not names
|
jsonb
No
- aggregates name/value pairs as a JSON object
+ aggregates name/value pairs as a JSON object; values can be
+ null, but not names
|
Yes
maximum value of
- class="parameter">expression across all input
+ class="parameter">expression across all non-null input
values
Yes
minimum value of
- class="parameter">expression across all input
+ class="parameter">expression across all non-null input
values
same as argument types
No
- input values concatenated into a string, separated by delimiter
+ non-null input values concatenated into a string, separated by delimiter
|
argument data type
Yes
- sum of expression across all input values
+ sum of expression
+ across all non-null input values
|
xml
No
- concatenation of XML values (see also )
+ concatenation of non-null XML values
+ (see also )