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

Method TearDown

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

Source from the content-addressed store, hash-verified

268 }
269
270 virtual void TearDown() {
271 desc_tbl_->ReleaseResources();
272 for (auto less_than_comparator : less_than_comparators_) {
273 less_than_comparator->Close(runtime_state_.get());
274 }
275 ScalarExpr::Close(ordering_exprs_);
276 fragment_state_->ReleaseResources();
277 fragment_state_ = nullptr;
278 mem_pool_->FreeAll();
279 StopKrpcBackend();
280 exec_env_->buffer_pool()->DeregisterClient(&buffer_pool_client_);
281 }
282
283 void Reset() {
284 sender_info_.clear();

Callers

nothing calls this directly

Calls 6

DeregisterClientMethod · 0.80
getMethod · 0.65
ReleaseResourcesMethod · 0.45
CloseMethod · 0.45
FreeAllMethod · 0.45
buffer_poolMethod · 0.45

Tested by

no test coverage detected