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

Method Tell

cpp/src/arrow/io/file.cc:384–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382bool FileOutputStream::closed() const { return !impl_->is_open(); }
383
384Result<int64_t> FileOutputStream::Tell() const { return impl_->Tell(); }
385
386Status FileOutputStream::Write(const void* data, int64_t length) {
387 return impl_->Write(data, length);

Callers 1

DoTellMethod · 0.45

Calls 2

CheckClosedMethod · 0.45
positionMethod · 0.45

Tested by

no test coverage detected