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
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