| 134 | } |
| 135 | |
| 136 | uint64_t ArtPrimaryKeyIndex::getSerializedTreeSize() const { |
| 137 | std::lock_guard lck{mutex}; |
| 138 | return diskBacked ? diskTreeSize : calculateSerializedTreeSize(root); |
| 139 | } |
| 140 | |
| 141 | void ArtPrimaryKeyIndex::checkpoint(main::ClientContext*, PageAllocator& pageAllocator, |
| 142 | ShadowFile& shadowFile) { |