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.
|
|
4 years ago | |
|---|---|---|
| aquery_parser | 4 years ago | |
| docs | 4 years ago | |
| engine | 4 years ago | |
| msc-plugin | 4 years ago | |
| server | 4 years ago | |
| .gitignore | 4 years ago | |
| LICENSE | 4 years ago | |
| Makefile | 4 years ago | |
| Makefile.old | 4 years ago | |
| README.md | 4 years ago | |
| csv.dylib | 4 years ago | |
| csv.h | 4 years ago | |
| header.cxx | 4 years ago | |
| header.k | 4 years ago | |
| join.k | 4 years ago | |
| libcsv.a | 4 years ago | |
| mmw.cpp | 4 years ago | |
| mmw.dylib | 4 years ago | |
| mmw.so | 4 years ago | |
| moving_avg.a | 4 years ago | |
| moving_avg.csv | 4 years ago | |
| nyctx100.csv | 4 years ago | |
| out.cpp | 4 years ago | |
| out_working.cpp | 4 years ago | |
| prompt.py | 4 years ago | |
| q.sql | 4 years ago | |
| q1.sql | 4 years ago | |
| requirements.txt | 4 years ago | |
| stock.a | 4 years ago | |
| test.csv | 4 years ago | |
README.md
AQuery++
AQuery++ Compiler that compiles AQuery into C++11. Frontend built on top of mo-sql-parsing.
Roadmap
- SQL Parser -> AQuery Parser (Front End)
- AQuery-C++ Compiler (Back End)
- Schema and Data Model
- Data acquisition/output from/to csv file
- Single table queries
- Projections and Single Table Aggregations
- Group by Aggregations
- Filters
- Order by
- Assumption
- Multi-table
- Join
- Subqueries
- -> Optimizing Compiler