killme2008 / killme2008/aviatorscript
Collection query language
Open
- Dominant language
- Java
- Stars
- 5.2k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Supports SQL-like language `select a,b,c from list where a = 1` to query elements from collection, and `list` is a java collection such as array/list/set etc.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing how AviatorScript currently parses expressions and accesses Java collections, then determine where the proposed SQL-like syntax would fit. The issue describes querying array, list, and set values with select, from, and where clauses; done means those examples work consistently across the stated collection types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100