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

Method mutable_val_ptr

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

Source from the content-addressed store, hash-verified

93 }
94
95 uint8_t* mutable_val_ptr() {
96 int val_offset = KUDU_ALIGN_UP(key_length, sizeof(void*));
97 return &kv_data[val_offset];
98 }
99
100 const uint8_t* val_ptr() const {
101 return const_cast<RLHandle*>(this)->mutable_val_ptr();

Callers 2

val_ptrMethod · 0.45
MutableValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected