Description
Function | Argument Type(s) | Return Type | Partial Mode | Description |
---|---|---|---|---|
array_agg({{expression)}} | any non-array type | array of the argument type | No | input values, including nulls, concatenated into an array |
array_agg({{expression)}} | any array type | same as argument data type | No | input arrays concatenated into array of one higher dimension (inputs must all have same dimensionality, and cannot be empty or NULL) |
https://www.postgresql.org/docs/11/functions-aggregate.html
Other DBs:
https://docs.teradata.com/reader/kmuOwjp1zEYg98JsB8fu_A/Xffi_w_BZeSoaXg6Fd76Qw
Attachments
Issue Links
- is related to
-
SPARK-39582 "Since <version>" docs on array_agg are incorrect
- Resolved
- links to