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

Function main

be/src/exprs/expr-codegen-test.cc:368–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366using namespace impala;
367
368int main(int argc, char **argv) {
369 ::testing::InitGoogleTest(&argc, argv);
370 InitCommonRuntime(argc, argv, true, TestInfo::BE_TEST);
371 InitFeSupport();
372 ABORT_IF_ERROR(LlvmCodeGen::InitializeLlvm());
373
374 return RUN_ALL_TESTS();
375}
376
377#endif

Callers

nothing calls this directly

Calls 1

InitFeSupportFunction · 0.85

Tested by

no test coverage detected