argMax
Introduced in: v1.1.0 Calculates thearg value for a maximum val value. If there are multiple rows with equal val being the maximum, which of the associated arg is returned is not deterministic.
Both parts the arg and the max behave as aggregate functions, they both skip Null during processing and return not Null values if not Null values are available.
See also
Syntax
arg— Argument for which to find the maximum value.const Stringval— The maximum value.(U)Int8/16/32/64orFloat*orDateorDateTimeorTuple
arg value that corresponds to maximum val value. Type matches arg type.
Examples
Basic usage
Query
Response
Query
Response
Query
Response