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.
Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
column | ColOrName | undefined |
ignorenulls | boolean | false |