MCPcopy Create free account
hub / github.com/ByConity/ByConity / offset

Method offset

src/IO/S3RemoteFSReader.cpp:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377uint64_t S3RemoteFSReader::offset() const {
378 return reader_->offset();
379}
380
381uint64_t S3RemoteFSReader::remain() const {
382 return reader_->remain();

Callers 15

readCompressedDataMethod · 0.45
nextImplMethod · 0.45
finishImplMethod · 0.45
addEmptyBlockMethod · 0.45
nextImplMethod · 0.45
nextImplMethod · 0.45
seekMethod · 0.45
nextImplMethod · 0.45
finishImplMethod · 0.45
PeekableReadBufferMethod · 0.45
resetMethod · 0.45
peekNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected