| 176 | void reclaimDroppedIndexes(PageAllocator& pageAllocator); |
| 177 | |
| 178 | common::column_id_t getPKColumnID() const { return pkColumnID; } |
| 179 | Index* tryGetPrimaryKeyIndex() const; |
| 180 | PrimaryKeyIndex* tryGetPKIndex() const; |
| 181 | PrimaryKeyIndex* getPKIndex() const { |