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

Function main

cpp/src/arrow/flight/sql/test_app_cli.cc:244–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244int main(int argc, char** argv) {
245 gflags::ParseCommandLineFlags(&argc, &argv, true);
246
247 Status st = RunMain();
248 if (!st.ok()) {
249 std::cerr << st << std::endl;
250 return 1;
251 }
252 return 0;
253}

Callers

nothing calls this directly

Calls 2

RunMainFunction · 0.70
okMethod · 0.45

Tested by

no test coverage detected