Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
int 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
RunMain
Function · 0.70
ok
Method · 0.45
ToString
Method · 0.45
Tested by
no test coverage detected