You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AQuery/README.md

21 lines
633 B

3 years ago
# AQuery++
3 years ago
AQuery++ Compiler that compiles AQuery into C++11.
3 years ago
Frontend built on top of [mo-sql-parsing](https://github.com/klahnakoski/mo-sql-parsing).
3 years ago
## Roadmap
- [x] SQL Parser -> AQuery Parser (Front End)
- [ ] AQuery-C++ Compiler (Back End)
- [x] Schema and Data Model
- [x] Data acquisition/output from/to csv file
- [ ] Single table queries
- [x] Projections and Single Table Aggregations
- [x] Group by Aggregations
- [x] Filters
- [ ] Order by
- [ ] Assumption
- [ ] Multi-table
- [ ] Join
- [ ] Subqueries
3 years ago
- [ ] -> Optimizing Compiler