Reduce
Aggregate elements of a list using a binary operation.
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
list | The list of numbers to be reduced using a specified binary operator. | List | true | |
binary-operator | The binary operator to be used for reducing the list. | SELECT_ONE | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
result | The result of applying the binary operator to reduce the list. | NUMBER | RESULT |