File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class ExtendibleHTableHeaderPage {
56
56
* @param directory_idx index in the directory page id array
57
57
* @return directory page_id at index
58
58
*/
59
- auto GetDirectoryPageId (uint32_t directory_idx) const -> uint32_t ;
59
+ auto GetDirectoryPageId (uint32_t directory_idx) const -> page_id_t ;
60
60
61
61
/* *
62
62
* @brief Set the directory page id at an index
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ void ExtendibleHTableHeaderPage::Init(uint32_t max_depth) {
22
22
23
23
auto ExtendibleHTableHeaderPage::HashToDirectoryIndex (uint32_t hash) const -> uint32_t { return 0 ; }
24
24
25
- auto ExtendibleHTableHeaderPage::GetDirectoryPageId (uint32_t directory_idx) const -> uint32_t { return 0 ; }
25
+ auto ExtendibleHTableHeaderPage::GetDirectoryPageId (uint32_t directory_idx) const -> page_id_t { return 0 ; }
26
26
27
27
void ExtendibleHTableHeaderPage::SetDirectoryPageId (uint32_t directory_idx, page_id_t directory_page_id) {
28
28
throw NotImplementedException (" ExtendibleHTableHeaderPage is not implemented" );
You can’t perform that action at this time.
0 commit comments