Database Project 2014 by Robin Spiess, Lukas Striebel and François Wirz
Operators:
- scan
- select
- project
- sort
- join (could still be improved though)
- insert
- update
- delete
- group by
- aggregation functions
Operators:
- optional: optimizations: removed separate base case
- optional: implement additional, different algorithms: nested loop join, min, max, limit
Interface:
- reimplement all functionalities
- handle Umlaute in search
- Date processing (filling up with 0s)