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

Method Close

be/src/exprs/expr.cc:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void Expr::Close() {
98 for (ScalarExpr* child : children_) child->Close();
99 if (cache_entry_ != nullptr) {
100 LibCache::instance()->DecrementUseCount(cache_entry_);
101 cache_entry_ = nullptr;
102 }
103#ifndef NDEBUG
104 closed_ = true;
105#endif
106}
107
108}

Callers 9

TearDownMethod · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TestDecimalMethod · 0.45
TestCompressionFunction · 0.45

Calls 1

DecrementUseCountMethod · 0.80

Tested by 9

TearDownMethod · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36
TestDecimalMethod · 0.36
TestCompressionFunction · 0.36