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

Method CreateFromFile

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

Source from the content-addressed store, hash-verified

104 }
105
106 Status CreateFromFile(const string& filename, scoped_ptr<LlvmCodeGen>* codegen) {
107 RETURN_IF_ERROR(LlvmCodeGen::CreateFromFile(fragment_state_,
108 fragment_state_->obj_pool(), NULL, filename, "test", codegen));
109 return (*codegen)->MaterializeModule();
110 }
111
112 virtual void SetUp() {
113 TQueryOptions query_options;

Callers

nothing calls this directly

Calls 2

MaterializeModuleMethod · 0.80
obj_poolMethod · 0.45

Tested by

no test coverage detected