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

Method value

be/src/kudu/util/nvm_cache.cc:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 Slice value() const {
210 return Slice(&kv_data[key_length], val_length);
211 }
212
213 uint8_t* val_ptr() {
214 return &kv_data[key_length];

Callers 3

FreeEntryMethod · 0.45
InvalidateMethod · 0.45
ValueMethod · 0.45

Calls 1

SliceClass · 0.70

Tested by

no test coverage detected