TO_ARRAY
Outputs all the values from all the inputs as an array.
Syntax
TO_ARRAY(inputs1[, inputs2, ..., inputsN])
Arguments
| Name | Type | Description | Default Value |
|---|---|---|---|
| inputs# | any |
Returns
Returns the same as the input.
Examples
| inputs1 | inputs2 | Output |
|---|---|---|
| array["a", "c"] | "b" | [a, c, b] |