Closed juruo-c closed 1 year 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.
page_id_t
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
.