max_by
function max_by(column, ord): Column;Defined in: functions/aggregate.ts:166
Returns the value associated with the maximum value of ord.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
ord | ColOrName |
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 |