pranadb icon indicating copy to clipboard operation
pranadb copied to clipboard

Implement LATEST and EARLIEST aggregation functions

Open purplefox opened this issue 3 years ago • 1 comments

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.

purplefox avatar Sep 30 '21 10:09 purplefox

Hi @purplefox , i want to works on this issue, can you give more details that allow me to work on it

andresetevejob avatar Sep 03 '22 18:09 andresetevejob