You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
The text was updated successfully, but these errors were encountered:
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."
The text was updated successfully, but these errors were encountered: