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

Method OpenWritable

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

Source from the content-addressed store, hash-verified

671}
672
673Status HadoopFileSystem::OpenWritable(const std::string& path, bool append,
674 int32_t buffer_size, int16_t replication,
675 int64_t default_block_size,
676 std::shared_ptr<HdfsOutputStream>* file) {
677 return impl_->OpenWritable(path, append, buffer_size, replication, default_block_size,
678 file);
679}
680
681Status HadoopFileSystem::OpenWritable(const std::string& path, bool append,
682 std::shared_ptr<HdfsOutputStream>* file) {

Callers 2

WriteDummyFileMethod · 0.45

Calls

no outgoing calls

Tested by 1

WriteDummyFileMethod · 0.36