last_value
const last_value: (column, ignorenulls) => Column = last;Defined in: functions/aggregate.ts:72
Alias for last.
Returns the last value in a group.
Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
column | ColOrName | undefined |
ignorenulls | boolean | false |