cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu/
MIT License
3.92k stars 1.76k forks source link

Some comments of the UpdateExecutor class may not be accurate #708

Open Murlocccc opened 5 months ago

Murlocccc commented 5 months ago

In update_execution.h, the member function Next() of class UpdateExecutor is commented as "Yield the next tuple from the update", but it seems that it should be commented as "Yield the number of rows updated in the table."