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

Function main

cpp/src/arrow/flight/sql/test_server_cli.cc:91–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91int main(int argc, char** argv) {
92 gflags::SetUsageMessage("Integration testing server for Flight SQL.");
93 gflags::ParseCommandLineFlags(&argc, &argv, true);
94
95 arrow::Status st = RunMain();
96 if (!st.ok()) {
97 std::cerr << st << std::endl;
98 return 1;
99 }
100 return 0;
101}

Callers

nothing calls this directly

Calls 2

RunMainFunction · 0.70
okMethod · 0.45

Tested by

no test coverage detected