Like here https://duckdb.org/docs/sql/window_functions With partitioning Sorting Framing Range framing --- Created a [google sheet report](https://docs.google.com/spreadsheets/d/1ZcbEB6t8tNDk7HGJbZGWRjWEx27Acvc96VQHD2_1SRM/edit?gid=0#gid=0). Here is the missing functions: - [ ] cume_dist() - [ ] dense_rank() - [ ] lag(expr[, offset[, default]][ IGNORE NULLS]) - [ ] lead(expr[, offset[, default]][ IGNORE NULLS]) - [ ] ntile(num_buckets) - [ ] percent_rank() - [ ] rank_dense() - [ ] rank()