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

Method DoSeek

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

Source from the content-addressed store, hash-verified

337Result<int64_t> ReadableFile::DoGetSize() { return impl_->size(); }
338
339Status ReadableFile::DoSeek(int64_t pos) { return impl_->Seek(pos); }
340
341int ReadableFile::file_descriptor() const { return impl_->fd(); }
342

Callers 1

SeekMethod · 0.45

Calls 1

SeekMethod · 0.45

Tested by

no test coverage detected