Skip to content

first_value

const first_value: (column, ignorenulls) => Column = first;

Defined in: functions/aggregate.ts:64

Alias for first.

Returns the first value in a group.

ParameterTypeDefault value
columnColOrNameundefined
ignorenullsbooleanfalse

Column