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

Method Erase

be/src/util/cache/cache-test.h:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 void Erase(int key) {
90 cache_->Erase(EncodeInt(key));
91 }
92
93 protected:
94 // This initializes the cache with the specified 'eviction_policy' and

Callers

nothing calls this directly

Calls 1

EncodeIntFunction · 0.70

Tested by

no test coverage detected