Skip to content

min_by

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

Column