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

Method Seek

cpp/src/arrow/io/hdfs.cc:258–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256Result<int64_t> HdfsReadableFile::GetSize() { return impl_->GetSize(); }
257
258Status HdfsReadableFile::Seek(int64_t position) { return impl_->Seek(position); }
259
260Result<int64_t> HdfsReadableFile::Tell() const { return impl_->Tell(); }
261

Callers 1

SeekMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected