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

Function main

be/src/exec/scratch-tuple-batch-test.cc:182–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182int main(int argc, char** argv) {
183 ::testing::InitGoogleTest(&argc, argv);
184 InitCommonRuntime(argc, argv, true, impala::TestInfo::BE_TEST);
185 InitFeSupport();
186 fe.reset(new Frontend());
187 return RUN_ALL_TESTS();
188}

Callers

nothing calls this directly

Calls 2

InitFeSupportFunction · 0.85
resetMethod · 0.65

Tested by

no test coverage detected