cmu-db / bustub

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

return value type #669

Closed juruo-c closed 10 months ago

juruo-c commented 10 months ago

https://github.com/cmu-db/bustub/blob/8b2e8a2ebbb70a70074cbd3dbe247957b6703f97/src/storage/page/extendible_htable_header_page.cpp#L25

I think the return value type of this function should be page_id_t.