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

exec: implement window functions in vectorized engine #37040

Closed
5 of 6 tasks
yuzefovich opened this issue Apr 23, 2019 · 2 comments
Closed
5 of 6 tasks

exec: implement window functions in vectorized engine #37040

yuzefovich opened this issue Apr 23, 2019 · 2 comments
Labels
A-sql-vec SQL vectorized engine C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) meta-issue Contains a list of several other issues. T-sql-queries SQL Queries Team

Comments

@yuzefovich
Copy link
Member

yuzefovich commented Apr 23, 2019

@yuzefovich yuzefovich added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) meta-issue Contains a list of several other issues. A-sql-vec SQL vectorized engine labels Apr 23, 2019
@yuzefovich yuzefovich self-assigned this Apr 23, 2019
@yuzefovich yuzefovich removed their assignment Mar 14, 2020
@jlinder jlinder added the T-sql-queries SQL Queries Team label Jun 16, 2021
@jordanlewis
Copy link
Member

Should we just close this in favor of #37228 since that's the only remaining task?

@yuzefovich
Copy link
Member Author

Yeah, I think it's ok to close this. We're still missing the support of some aggregate functions used as window functions (required for full parity with the row-by-row engine) - those that are supported via the "default agg fn" in the vectorized engine as well as the support for FILTER clause. I'll open up separate issues for those. #37228 is an optimization that will allow the vectorized engine to not sort the input data set when ORDER BY clause is omitted by PARTITION BY clause is present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-vec SQL vectorized engine C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) meta-issue Contains a list of several other issues. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

No branches or pull requests

3 participants