Check keyTimingsMatch in DTSC

This commit is contained in:
Siddarth Tegginamani 2021-11-10 12:21:41 +01:00 committed by Thulinma
parent b19c642034
commit 4033f1d009
2 changed files with 33 additions and 0 deletions

View file

@ -450,6 +450,7 @@ namespace DTSC{
size_t getPageNumberForTime(uint32_t idx, uint64_t time) const;
size_t getPageNumberForKey(uint32_t idx, uint64_t keynumber) const;
size_t getKeyNumForTime(uint32_t idx, uint64_t time) const;
bool keyTimingsMatch(size_t idx1, size_t idx2) const;
const Util::RelAccX &parts(size_t idx) const;
Util::RelAccX &keys(size_t idx);