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

Method MutableValue

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

Source from the content-addressed store, hash-verified

635 }
636
637 uint8_t* MutableValue(UniquePendingHandle* handle) override {
638 return reinterpret_cast<RLHandle*>(handle->get())->mutable_val_ptr();
639 }
640
641 size_t Invalidate(const InvalidationControl& ctl) override {
642 size_t invalidated_count = 0;

Callers 7

InsertIntoCacheMethod · 0.45
InsertMethod · 0.45
PutMethod · 0.45
CreateEntryFunction · 0.45
InsertIntoCacheMethod · 0.45
LoadMetaCacheMethod · 0.45
StoreInternalMethod · 0.45

Calls 2

getMethod · 0.65
mutable_val_ptrMethod · 0.45

Tested by 1

InsertMethod · 0.36