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

Method SetUp

be/src/codegen/llvm-codegen-test.cc:633–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631 TQueryOptions query_opts_;
632
633 virtual void SetUp() {
634 metrics_.reset(new MetricGroup("codegen-test"));
635 test_env_.reset(new TestEnv());
636 ASSERT_OK(test_env_->Init());
637 SetUpQuery(0, std::get<0>(GetParam()));
638 }
639
640 virtual void TearDown() {
641 fragment_state_->ReleaseResources();

Callers

nothing calls this directly

Calls 2

resetMethod · 0.65
InitMethod · 0.45

Tested by

no test coverage detected