-
Notifications
You must be signed in to change notification settings - Fork 2
Description
The following classes are not functioning correctly:
-
BufferPool, Database: Not correctly implemented
-
Catalog: TableIdIterator() and LoadSchema() not implemented, missing throw statements
-
Field: Compare() not implemented
-
HeapPage*, HeapFile*: Implementation not done (Difficulties with file IO in C++)
-
LogFile: Implementation not done (Difficulties with file IO in C++)
-
Predicate: Filter() and parsing methods not implemented (Difficulties with file IO in C++)
-
SeqScan: Not implemented
-
TransactionId: Atomic counter not working
-
Transaction: Handling of IOExceptions
-
Tuple: Copy constructor, SetField() not implemented
-
TupleDesc: operator== function implementation not working
-
Utility: Implementation not done; utility functions used for tests
-
BuzzDB: Database driver not implemented.
-
RecordIdUnitTest: Not correctly implemented
This issue is a mirror of this issue.