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

Method Seek

cpp/src/arrow/io/slow.cc:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115Result<int64_t> SlowRandomAccessFile::GetSize() { return stream_->GetSize(); }
116
117Status SlowRandomAccessFile::Seek(int64_t position) { return stream_->Seek(position); }
118
119Result<int64_t> SlowRandomAccessFile::Tell() const { return stream_->Tell(); }
120

Callers 5

ASSERT_OK_AND_ASSIGNFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 5

ASSERT_OK_AND_ASSIGNFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36