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

Method TearDown

be/src/codegen/llvm-codegen-cache-test.cc:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 virtual void TearDown() {
64 FLAGS_cache_force_single_shard = false;
65 fragment_state_->ReleaseResources();
66 fragment_state_ = nullptr;
67 codegen_cache_.reset();
68 test_env_.reset();
69 metrics_.reset();
70 obj_pool_.Clear();
71 }
72
73 void Reset() {
74 TearDown();

Callers

nothing calls this directly

Calls 3

resetMethod · 0.65
ReleaseResourcesMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected