![]() |
.. (לתיקייה המכילה) | |
What should be the signature of the method compute_select (in class DRIVER) ? It seems that it should accept a BASIC_RELATION, a STRING and an INTEGER, but this is not the signature that appears in the file driver.e | |
Yes, you are right. The correct signature is: compute_select (r: BASIC_RELATION; column_name: STRING; value: INTEGER): BASIC_RELATION . This has been fixed in asgn3-v2.zip |
Should we document the code? | |
No |