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

Function main

cpp/examples/arrow/compute_and_write_csv_example.cc:107–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107int main(int argc, char** argv) {
108 arrow::Status status = RunMain(argc, argv);
109 if (!status.ok()) {
110 std::cerr << status.ToString() << std::endl;
111 return EXIT_FAILURE;
112 }
113 return EXIT_SUCCESS;
114}

Callers

nothing calls this directly

Calls 3

RunMainFunction · 0.70
okMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected