Improvement to FILTER
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 554
- Forks
- 30
- Avg merge
- 17h 27m
- Merged PRs (30d)
- 8
Description
Currently filter is parsed verbatim to a WHERE clause in the layer query. This can force some rather awkward syntax like FILTER revenue = (SELECT max(revenue) FROM sales) rather than FILTER revenue = max(revenue)
We should think about how this syntax can be improved
Contributor guide
No contributing guide indexed for this repository
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 examining how FILTER is parsed and passed into the layer query's WHERE clause, using the two syntax examples in the issue as the initial cases. Done means the proposed FILTER syntax is defined clearly and produces the intended query without requiring the awkward subquery form.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, sql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100