min_by
function min_by(column, ord): Column;Defined in: functions/aggregate.ts:171
Returns the value associated with the minimum value of ord.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column |
ColOrName |
ord |
ColOrName |
function min_by(column, ord): Column;Defined in: functions/aggregate.ts:171
Returns the value associated with the minimum value of ord.
| Parameter | Type |
|---|---|
column |
ColOrName |
ord |
ColOrName |