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

Method OpenWritable

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

Source from the content-addressed store, hash-verified

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

Callers 2

WriteDummyFileMethod · 0.45

Calls

no outgoing calls

Tested by 1

WriteDummyFileMethod · 0.36