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

Method MakeWriter

cpp/src/arrow/dataset/file_orc.cc:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224Result<std::shared_ptr<FileWriter>> OrcFileFormat::MakeWriter(
225 std::shared_ptr<io::OutputStream> destination, std::shared_ptr<Schema> schema,
226 std::shared_ptr<FileWriteOptions> options,
227 fs::FileLocator destination_locator) const {
228 // TODO (https://issues.apache.org/jira/browse/ARROW-13796)
229 return Status::NotImplemented("ORC writer not yet implemented.");
230}
231
232} // namespace dataset
233} // namespace arrow

Callers 3

TEST_FFunction · 0.45
OpenWriterFunction · 0.45

Calls 1

NotImplementedFunction · 0.50

Tested by 1

TEST_FFunction · 0.36