Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
The lead and lag window functions support an extra clause IGNORE / RESPECT NULLS at the end. IGNORE NULLS means to exclude window entries that evaluate to null while the default behavior RESPECT NULLS would include them.
Syntax is i believe for example NTH_VALUE(col1) IGNORE NULLS OVER (..)
Attachments
Issue Links
- blocks
-
MCOL-625 MariaDB 10.2 WF Implement IGNORE/RESPECT NULLS in front end
- Closed
- is part of
-
MDEV-12987 complete window function support for columnstore parity
- Open