Skip to content

max_by

function max_by(column, ord): Column;

Defined in: functions/aggregate.ts:166

Returns the value associated with the maximum value of ord.

Parameter Type
column ColOrName
ord ColOrName

Column