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

Function main

be/src/runtime/row-batch-test.cc:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73int main(int argc, char** argv) {
74 ::testing::InitGoogleTest(&argc, argv);
75 InitCommonRuntime(argc, argv, true, impala::TestInfo::BE_TEST);
76 InitFeSupport();
77 fe.reset(new Frontend());
78 return RUN_ALL_TESTS();
79}

Callers

nothing calls this directly

Calls 2

InitFeSupportFunction · 0.85
resetMethod · 0.65

Tested by

no test coverage detected