Support 'Range between' along with 'rows between' in window_frame
#1435
Labels
feature
a feature request or enhancement
window_frame
#1435
Right now,
dbplyr::window_frame
checks iffrom
andto
are numbers.It would be great to have support interval arguments for
from/to
so thatdbplyr::window_frame
will support 'Range between' queries. Here is an modified example from duckdb's window functions page:Since,
lubridate
provides period/interval objects likelubridate::days()
,dbplyr
should ideally translate the below code to the sql code above:The text was updated successfully, but these errors were encountered: