Skip to main content

maxMappedArrays

Introduced in: v20.5.0 Calculates the maximum from value 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 key and value must be the same for each row that is totaled.
Syntax
Arguments Returned value Returns a tuple of two arrays: keys in sorted order, and values calculated for the corresponding keys. Tuple(Array(T), Array(T)) Examples Usage example
Query
Response
Last modified on June 19, 2026