pranadb
pranadb copied to clipboard
Implement LATEST and EARLIEST aggregation functions
The LATEST aggregate function should take the latest value of the column in the aggregation.
The EARLIEST should take the first value. An implementation of EARLIEST already exists named as first_row, but this is currently only used internally.
Hi @purplefox , i want to works on this issue, can you give more details that allow me to work on it