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

Method DefaultWriteOptions

cpp/src/arrow/dataset/file_ipc.cc:201–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199//
200
201std::shared_ptr<FileWriteOptions> IpcFileFormat::DefaultWriteOptions() {
202 std::shared_ptr<IpcFileWriteOptions> ipc_options(
203 new IpcFileWriteOptions(shared_from_this()));
204
205 ipc_options->options =
206 std::make_shared<ipc::IpcWriteOptions>(ipc::IpcWriteOptions::Defaults());
207 return ipc_options;
208}
209
210Result<std::shared_ptr<FileWriter>> IpcFileFormat::MakeWriter(
211 std::shared_ptr<io::OutputStream> destination, std::shared_ptr<Schema> schema,

Callers

nothing calls this directly

Calls 1

DefaultsFunction · 0.50

Tested by

no test coverage detected