[MCOL-621] MariaDB 10.2 WF Add NULLS FIRST/LAST support to Analytic front end Created: 2017-03-13 Updated: 2021-02-19 Resolved: 2021-02-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Minor |
| Reporter: | David Hall (Inactive) | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | 10.2 | ||
| Issue Links: |
|
||||||||
| Description |
|
Columnstore backend supports NULLS FIRST/LAST in analytic functions, but the MariaDB server front end does not. Use the 10.1 code to figure out how to implement in the front end. |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2017-04-19 ] |
|
For explanation of these options see syntax section of this https://mariadb.com/kb/en/mariadb/columnstore-window-functions/ |