Postgres implementation to include WINDOW functions?
Open
Nobody has claimed this yet.
enhancement
good first issue
postgres
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 397
- Avg merge
- 21h 41m
- Merged PRs (30d)
- 3
Description
I believe the SELECT queries generated for testing by the Postgres implementation do not involve WINDOW clauses right now. I was wondering if they will be incorporated into the implementation, as well as other clauses that are currently not supported.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Postgres implementation and the code that generates SELECT queries, then inspect which clauses are currently supported. Done would require a decided scope for WINDOW functions and any additional clauses, followed by implementation and tests covering the new generated queries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, postgresql
- Domain
- databases, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100