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

Method Init

be/src/runtime/lib-cache.cc:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105Status LibCache::Init(bool external_fe) {
106 DCHECK(LibCache::instance_.get() == nullptr);
107 LibCache::instance_.reset(new LibCache());
108 return LibCache::instance_->InitInternal(external_fe);
109}
110
111Status LibCache::InitInternal(bool external_fe) {
112 if (external_fe) {

Callers

nothing calls this directly

Calls 3

getMethod · 0.65
resetMethod · 0.65
InitInternalMethod · 0.45

Tested by

no test coverage detected