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

Method DoSeek

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

Source from the content-addressed store, hash-verified

345Result<int64_t> ReadableFile::DoGetSize() { return impl_->size(); }
346
347Status ReadableFile::DoSeek(int64_t pos) { return impl_->Seek(pos); }
348
349int ReadableFile::file_descriptor() const { return impl_->fd(); }
350

Callers 1

SeekMethod · 0.45

Calls 1

SeekMethod · 0.45

Tested by

no test coverage detected