- [x] missing ORDER BY - [x] missing window - [x] sorted on nullable types - [x] sorted on decimal columns - [ ] sorted on UUID - [ ] sorted on BINARY - [ ] sorted on types that cannot be converted to integers (string, fp) - [x] order is descending - [ ] FIRST_VALUE, LAST_VALUE with custom RANGEs - [ ] ROWS - [ ] sorted on multiple columns - [x] NULLs first - [ ] #3934 - [ ] EXCLUDE