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

Method MutableValue

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

Source from the content-addressed store, hash-verified

325 }
326
327 uint8_t* MutableValue(UniquePendingHandle* handle) const override {
328 return reinterpret_cast<HandleBase*>(handle->get())->mutable_val_ptr();
329 }
330
331 size_t Invalidate(const InvalidationControl& ctl) override {
332 size_t invalidated_count = 0;

Callers 1

InsertMethod · 0.45

Calls 2

getMethod · 0.65
mutable_val_ptrMethod · 0.45

Tested by 1

InsertMethod · 0.36