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

Method Tell

cpp/src/arrow/filesystem/gcsfs.cc:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 return stream_->Abort();
259 }
260 Result<int64_t> Tell() const override {
261 ARROW_RETURN_NOT_OK(InitializeStream());
262 return stream_->TellOr(metadata_.size());
263 }
264 bool closed() const override {
265 auto status = InitializeStream();
266 if (!status.ok()) return true;

Callers

nothing calls this directly

Calls 2

TellOrMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected