Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks
/ GetLatestSample
Method
GetLatestSample
src/types/timeseries.cc:561–566 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
559
}
560
561
TSSample UncompTSChunk::GetLatestSample(uint32_t idx) const {
562
if (metadata_.count == 0 || idx >= metadata_.count) {
563
UNREACHABLE();
564
}
565
return samples_[metadata_.count - 1 - idx];
566
}
Callers
1
getCommon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected