MCPcopy Create free account
hub / github.com/apache/arrow / DoTell

Method DoTell

cpp/src/arrow/io/file.cc:325–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325Result<int64_t> ReadableFile::DoTell() const { return impl_->Tell(); }
326
327Result<int64_t> ReadableFile::DoRead(int64_t nbytes, void* out) {
328 return impl_->Read(nbytes, out);

Callers 2

TellMethod · 0.45
TellMethod · 0.45

Calls 1

TellMethod · 0.45

Tested by

no test coverage detected