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

Method Write

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

Source from the content-addressed store, hash-verified

325bool HdfsOutputStream::closed() const { return impl_->closed(); }
326
327Status HdfsOutputStream::Write(const void* buffer, int64_t nbytes) {
328 return impl_->Write(reinterpret_cast<const uint8_t*>(buffer), nbytes);
329}
330
331Status HdfsOutputStream::Flush() { return impl_->Flush(); }
332

Callers 15

TESTFunction · 0.45
TEST_FFunction · 0.45
CreateStdinWithDataMethod · 0.45
BenchmarkStreamingWritesFunction · 0.45
WriteMethod · 0.45
ParallelMemoryCopyFunction · 0.45
WriteDummyFileMethod · 0.45
WriteChunkwiseMethod · 0.45
TEST_FFunction · 0.45
MakeExample1Method · 0.45

Calls

no outgoing calls

Tested by 13

TESTFunction · 0.36
TEST_FFunction · 0.36
CreateStdinWithDataMethod · 0.36
WriteDummyFileMethod · 0.36
WriteChunkwiseMethod · 0.36
TEST_FFunction · 0.36
MakeExample1Method · 0.36
MakeExampleMethod · 0.36
ZeroMemoryMapFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36