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

Method Seek

cpp/src/arrow/io/test_common.cc:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 bool closed() const override { return delegate_->closed(); }
120 Result<int64_t> Tell() const override { return delegate_->Tell(); }
121 Status Seek(int64_t position) override { return delegate_->Seek(position); }
122 Result<int64_t> Read(int64_t nbytes, void* out) override {
123 ARROW_ASSIGN_OR_RAISE(auto position, delegate_->Tell());
124 SaveReadRange(position, nbytes);

Callers 1

ZeroMemoryMapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected