Skip to content

Commit

Permalink
Fixed typo in lab1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SylviaZiyuZhang authored and Valerie Kwek committed Oct 13, 2024
1 parent c9f93f9 commit dba5234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab1.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ At this point, your code should pass the unit tests in `heap_file_test.go` and `

### 2.6. A simple query

In the next lab, you will implement "Operators" that will allow you to run actual SQL queries against GoDB. For the final test in this lab, we ask you to implement a simple query in go logic. This method takes the name of a CSV file and a `TupleDesc` and a field name and return the sum of the supplied field name. You can use the `HeapFile.LoadFromCSV` method to load the CSV file, and the `fieldFieldInTd` method
In the next lab, you will implement "Operators" that will allow you to run actual SQL queries against GoDB. For the final test in this lab, we ask you to implement a simple query in go logic. This method takes the name of a CSV file and a `TupleDesc` and a field name and return the sum of the supplied field name. You can use the `HeapFile.LoadFromCSV` method to load the CSV file, and the `findFieldInTd` method
to find the field number in the `TupleDesc`, if it exists.

### Exercise 5
Expand Down

0 comments on commit dba5234

Please sign in to comment.