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.

ParameterType
columnColOrName
ordColOrName

Column