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

Method val_ptr

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

Source from the content-addressed store, hash-verified

69 }
70
71 const uint8_t* val_ptr() const {
72 return const_cast<HandleBase*>(this)->mutable_val_ptr();
73 }
74
75 Slice value() const {
76 return Slice(val_ptr(), val_length_);

Callers

nothing calls this directly

Calls 1

mutable_val_ptrMethod · 0.45

Tested by

no test coverage detected