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

Method TearDown

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

Source from the content-addressed store, hash-verified

151 }
152
153 virtual void TearDown() {
154 fn_ctx_->impl()->Close();
155 delete fn_ctx_;
156 fragment_state_->ReleaseResources();
157 fragment_state_ = nullptr;
158 runtime_state_ = nullptr;
159 test_env_.reset();
160 }
161
162 void CheckFnAttr() {
163 EXPECT_EQ(fn_type_attr_.return_type_size, 8);

Callers

nothing calls this directly

Calls 4

implMethod · 0.80
resetMethod · 0.65
CloseMethod · 0.45
ReleaseResourcesMethod · 0.45

Tested by

no test coverage detected