nick-lehmann / db-benchmark

Benchmark of different storage layouts for DB systems
https://bildungsportal.sachsen.de/opal/auth/RepositoryEntry/34256879628?4
1 stars 1 forks source link

Implement Row-Store Base and IntermediateTable and remove references as parameters #4

Closed tcq1 closed 2 years ago

tcq1 commented 2 years ago

Implement the BaseTable for Row-Store, as well as IntermediateTable for queries. Implement projection and filter for Row Store table. Remove references from Table.h function parameters. Instead return previously referenced variables together with the result in a std::tuple