Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ main
Function
main
cpp/src/arrow/flight/sql/test_app_cli.cc:252–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
int main(int argc, char** argv) {
253
gflags::ParseCommandLineFlags(&argc, &argv, true);
254
255
Status st = RunMain();
256
if (!st.ok()) {
257
std::cerr << st << std::endl;
258
return 1;
259
}
260
return 0;
261
}
Callers
nothing calls this directly
Calls
2
RunMain
Function · 0.70
ok
Method · 0.45
Tested by
no test coverage detected