Expand description
Defines the FIRST_VALUE/LAST_VALUE aggregations.
Structs§
Functions§
- Returns the first value in a group of values.
- AggregateFunction that returns a
AggregateUDFforFirstValue - Returns the last value in a group of values.
- AggregateFunction that returns a
AggregateUDFforLastValue