cmu-db/bustub

return value type

juruo-c opened this issue · 0 comments

auto ExtendibleHTableHeaderPage::GetDirectoryPageId(uint32_t directory_idx) const -> uint32_t { return 0; }

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