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

Method MakeWriter

cpp/src/arrow/dataset/test_util_internal.h:1603–1608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1601 }
1602
1603 Result<std::shared_ptr<FileWriter>> MakeWriter(
1604 std::shared_ptr<io::OutputStream> destination, std::shared_ptr<Schema> schema,
1605 std::shared_ptr<FileWriteOptions> options,
1606 fs::FileLocator destination_locator) const override {
1607 return Status::NotImplemented("writing fragment of DummyFileFormat");
1608 }
1609
1610 std::shared_ptr<FileWriteOptions> DefaultWriteOptions() override { return nullptr; }
1611

Callers

nothing calls this directly

Calls 1

NotImplementedFunction · 0.50

Tested by

no test coverage detected