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

Method ORCFileWriter

cpp/src/arrow/adapters/orc/adapter.cc:829–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827ORCFileWriter::~ORCFileWriter() {}
828
829ORCFileWriter::ORCFileWriter() { impl_.reset(new ORCFileWriter::Impl()); }
830
831Result<std::unique_ptr<ORCFileWriter>> ORCFileWriter::Open(
832 io::OutputStream* output_stream, const WriteOptions& writer_options) {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected