From a81fd176e9d7b4795e9ec29da152b5ded6e087cd Mon Sep 17 00:00:00 2001 From: Bill Sun Date: Sun, 24 Apr 2022 03:02:01 +0800 Subject: [PATCH] modified: README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1c753b..b12e302 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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). ## Roadmap @@ -8,13 +8,20 @@ Frontend built on top of [mo-sql-parsing](https://github.com/klahnakoski/mo-sql- - [ ] AQuery-C++ Compiler (Back End) - [x] Schema and Data Model - [x] Data acquisition/output from/to csv file - - [ ] Single table queries + - [x] Single table queries - [x] Projections and Single Table Aggregations - [x] Group by Aggregations - [x] Filters - - [ ] Order by - - [ ] Assumption + - [x] Order by + - [x] Assumption + - [x] Flatten - [ ] Multi-table - [ ] Join - [ ] Subqueries - [ ] -> Optimizing Compiler + +## Introduction + +## Requirements + +## Usage