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

Method mutable_val_ptr

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

Source from the content-addressed store, hash-verified

64 uint32_t hash() const { return hash_; }
65
66 uint8_t* mutable_val_ptr() {
67 int val_offset = KUDU_ALIGN_UP(key_length_, sizeof(void*));
68 return &kv_data_ptr_[val_offset];
69 }
70
71 const uint8_t* val_ptr() const {
72 return const_cast<HandleBase*>(this)->mutable_val_ptr();

Callers 2

val_ptrMethod · 0.45
MutableValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected