Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: Add support for specifying window frames for window functions #3446

Closed
jseldess opened this issue Jul 31, 2018 · 1 comment
Closed

sql: Add support for specifying window frames for window functions #3446

jseldess opened this issue Jul 31, 2018 · 1 comment
Assignees
Labels
C-product-change P-2 Normal priority; secondary task
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#26666

From release notes:

CockroachDB now supports custom frame specification for window functions using ROWS (fully-supported) and RANGE modes. For RANGE, <value> PRECEDING and <value> FOLLOWING are not supported. [#26666][#26666] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 2.1 milestone Jul 31, 2018
@jseldess jseldess added the A-sql label Oct 3, 2018
@rmloveland rmloveland added the P-2 Normal priority; secondary task label Jan 16, 2019
@jseldess jseldess removed the ready label Oct 29, 2020
@ianjevans ianjevans assigned ianjevans and unassigned ericharmeling Feb 4, 2021
@jseldess
Copy link
Contributor Author

Closing in favor of #12122.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-product-change P-2 Normal priority; secondary task
Projects
None yet
Development

No branches or pull requests

4 participants