map_reduce_mr_reduce
Reduce a list to a scalar using count, sum, avg, min, max, first, last, join, or unique. Accepts JSON data and a field; optional separator for join.
Instructions
[map_reduce] Reduce a list to a scalar. Operations: count, sum, avg, min, max, first, last, join, unique.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| field | Yes | ||
| operation | Yes | ||
| separator | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |