modified: README.md

dev
Bill Sun 3 years ago
parent 10ea5549e5
commit a81fd176e9

@ -1,6 +1,6 @@
# AQuery++ # AQuery++
AQuery++ Compiler that compiles AQuery into C++11. AQuery++ Compiler that compiles AQuery into C++17.
Frontend built on top of [mo-sql-parsing](https://github.com/klahnakoski/mo-sql-parsing). Frontend built on top of [mo-sql-parsing](https://github.com/klahnakoski/mo-sql-parsing).
## Roadmap ## Roadmap
@ -8,13 +8,20 @@ Frontend built on top of [mo-sql-parsing](https://github.com/klahnakoski/mo-sql-
- [ ] AQuery-C++ Compiler (Back End) - [ ] AQuery-C++ Compiler (Back End)
- [x] Schema and Data Model - [x] Schema and Data Model
- [x] Data acquisition/output from/to csv file - [x] Data acquisition/output from/to csv file
- [ ] Single table queries - [x] Single table queries
- [x] Projections and Single Table Aggregations - [x] Projections and Single Table Aggregations
- [x] Group by Aggregations - [x] Group by Aggregations
- [x] Filters - [x] Filters
- [ ] Order by - [x] Order by
- [ ] Assumption - [x] Assumption
- [x] Flatten
- [ ] Multi-table - [ ] Multi-table
- [ ] Join - [ ] Join
- [ ] Subqueries - [ ] Subqueries
- [ ] -> Optimizing Compiler - [ ] -> Optimizing Compiler
## Introduction
## Requirements
## Usage

Loading…
Cancel
Save