minMappedArrays
Introduced in: v20.5.0 Calculates the minimum fromvalue array according to the keys specified in the key array.
- 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
keyandvaluemust be the same for each row that is totaled.
Tuple(Array(T), Array(T))
Examples
Usage example
Query
Response