sumMappedArrays
Introduced in: v1.1.0 Totals one or morevalue arrays according to the keys specified in the key array. Returns a tuple of arrays: keys in sorted order, followed by values summed for the corresponding keys without overflow.
- Passing a tuple of keys and value arrays is identical to passing an array of keys and an array of values.
- The number of elements in
keyand allvaluearrays must be the same for each row that is totaled.
Tuple
Examples
Basic usage with Nested type
Query
Response
Query
Response