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

Method TearDown

be/src/runtime/row-batch-serialize-test.cc:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 virtual void TearDown() {
67 pool_.Clear();
68 tracker_->Close();
69 tracker_.reset();
70 test_env_.reset();
71 runtime_state_ = nullptr;
72 }
73
74 /// Helper to get frontend from 'test_env_'.
75 Frontend* frontend() const { return test_env_->exec_env()->frontend(); }

Callers

nothing calls this directly

Calls 3

resetMethod · 0.65
ClearMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected