Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Support null ordering for SQL window functions #928

Closed
dai-chen opened this issue Dec 12, 2020 · 0 comments
Closed

Support null ordering for SQL window functions #928

dai-chen opened this issue Dec 12, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request SQL

Comments

@dai-chen
Copy link
Member

Currently ORDER BY in OVER clause only supports sort ordering ASC/DESC. As null ordering like NULLS FIRST/LAST is already supported in other order by clause, we need to support it for window functions too.

@dai-chen dai-chen added bug Something isn't working SQL labels Dec 12, 2020
@dai-chen dai-chen self-assigned this Dec 12, 2020
@dai-chen dai-chen added enhancement New feature or request and removed bug Something isn't working labels Dec 12, 2020
@dai-chen dai-chen closed this as completed Jan 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request SQL
Projects
None yet
Development

No branches or pull requests

1 participant