Aggregate function: returns the first value in a group.
The function is non-deterministic because its results depends on the order of the rows which may be non-deterministic after a shuffle.
3.5.0
Aggregate function: returns the first value in a group.