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

Method TearDown

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

Source from the content-addressed store, hash-verified

638 }
639
640 virtual void TearDown() {
641 fragment_state_->ReleaseResources();
642 fragment_state_ = nullptr;
643 test_env_.reset();
644 metrics_.reset();
645 }
646
647 void SetUpQuery(int64_t query_id, TCodeGenOptLevel::type level) {
648 query_opts_.__set_codegen_opt_level(level);

Callers

nothing calls this directly

Calls 2

resetMethod · 0.65
ReleaseResourcesMethod · 0.45

Tested by

no test coverage detected