Check keyTimingsMatch in DTSC
This commit is contained in:
parent
b19c642034
commit
4033f1d009
2 changed files with 33 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue