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

Method MakeWriter

cpp/src/arrow/dataset/file_test.cc:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 return Status::NotImplemented("Not needed for test");
127 }
128 Result<std::shared_ptr<FileWriter>> MakeWriter(
129 std::shared_ptr<io::OutputStream> destination, std::shared_ptr<Schema> schema,
130 std::shared_ptr<FileWriteOptions> options,
131 fs::FileLocator destination_locator) const override {
132 return Status::NotImplemented("Not needed for test");
133 }
134 std::shared_ptr<FileWriteOptions> DefaultWriteOptions() override { return nullptr; }
135};
136

Callers

nothing calls this directly

Calls 1

NotImplementedFunction · 0.50

Tested by

no test coverage detected