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

Function main

be/src/runtime/data-stream-test.cc:1043–1049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041}
1042
1043int main(int argc, char **argv) {
1044 ::testing::InitGoogleTest(&argc, argv);
1045 InitCommonRuntime(argc, argv, true, TestInfo::BE_TEST);
1046 InitFeSupport();
1047 ABORT_IF_ERROR(impala::LlvmCodeGen::InitializeLlvm());
1048 return RUN_ALL_TESTS();
1049}

Callers

nothing calls this directly

Calls 1

InitFeSupportFunction · 0.85

Tested by

no test coverage detected