MCPcopy 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
561TSSample 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

getCommonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected