map_reduce_mr_slice
Return a slice of a list from start (inclusive) to end (exclusive). Provide the list as data string; optional start and end parameters define the range.
Instructions
[map_reduce] Return a slice of the list (start inclusive, end exclusive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| start | No | ||
| end | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |