Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
345
Result<int64_t> ReadableFile::DoGetSize() { return impl_->size(); }
346
347
Status ReadableFile::DoSeek(int64_t pos) { return impl_->Seek(pos); }
348
349
int ReadableFile::file_descriptor() const { return impl_->fd(); }
350
Callers
1
Seek
Method · 0.45
Calls
1
Seek
Method · 0.45
Tested by
no test coverage detected