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

Method Value

be/src/util/cache/cache-internal.h:302–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 }
301
302 Slice Value(const UniqueHandle& handle) const override {
303 return reinterpret_cast<HandleBase*>(handle.get())->value();
304 }
305
306 UniqueHandle Insert(UniquePendingHandle handle,
307 Cache::EvictionCallback* eviction_callback) override {

Callers 6

ComputeOverlapRatioMethod · 0.45
ExtractValuesFunction · 0.45
GetValueMethod · 0.45
LookupMethod · 0.45
TEST_PFunction · 0.45

Calls 2

getMethod · 0.65
valueMethod · 0.45

Tested by 3

ExtractValuesFunction · 0.36
LookupMethod · 0.36
TEST_PFunction · 0.36