MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / LastRecordEndOffset

Method LastRecordEndOffset

src/log/log_reader.cc:256–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254uint64_t Reader::LastRecordOffset() { return last_record_offset_; }
255
256uint64_t Reader::LastRecordEndOffset() { return last_record_end_offset_; }
257
258void Reader::ReportCorruption(uint64_t bytes, const char* reason) {
259 ReportDrop(bytes, Status::Corruption(reason));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected