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

Method Write

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

Source from the content-addressed store, hash-verified

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);
388}
389
390int FileOutputStream::file_descriptor() const { return impl_->fd(); }
391

Callers

nothing calls this directly

Calls 7

IOErrorFunction · 0.85
ValidateWriteRangeFunction · 0.85
openedMethod · 0.80
writableMethod · 0.80
CheckClosedMethod · 0.45
positionMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected