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

Method Value

be/src/kudu/util/cache.cc:600–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598 }
599
600 Slice Value(const UniqueHandle& handle) const override {
601 return reinterpret_cast<const RLHandle*>(handle.get())->value();
602 }
603
604 UniqueHandle Insert(UniquePendingHandle handle,
605 Cache::EvictionCallback* eviction_callback) override {

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
valueMethod · 0.45

Tested by

no test coverage detected