`simplifyFilters` can be applied to other expressions
Open
analyzer
performance
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 120
Description
`simplifyFilters` currently only simplifies expressions in Filter nodes, but it can also be applied to select and groupby nodes (and possibly other nodes)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating simplifyFilters and trace how it currently handles Filter nodes. Compare the expression paths for select and groupby nodes, then determine which additional nodes should be covered; done means simplification works consistently beyond Filter without regressing existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100