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

Function main

cpp/src/arrow/ipc/stream_to_file.cc:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53} // namespace arrow
54
55int main(int argc, char** argv) {
56 arrow::Status status = arrow::ipc::ConvertToFile();
57 if (!status.ok()) {
58 std::cerr << "Could not convert to file: " << status.ToString() << std::endl;
59 return 1;
60 }
61 return 0;
62}

Callers

nothing calls this directly

Calls 3

ConvertToFileFunction · 0.85
okMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected