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

Function main

cpp/examples/arrow/filesystem_usage_example.cc:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48int main() {
49 auto status = Execute();
50 if (!status.ok()) {
51 std::cerr << "Error occurred : " << status.message() << std::endl;
52 return EXIT_FAILURE;
53 }
54 return EXIT_SUCCESS;
55}

Callers

nothing calls this directly

Calls 2

ExecuteFunction · 0.70
okMethod · 0.45

Tested by

no test coverage detected