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

Method value

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

Source from the content-addressed store, hash-verified

73 }
74
75 Slice value() const {
76 return Slice(val_ptr(), val_length_);
77 }
78
79 size_t charge() const { return charge_; }
80

Callers 4

FreeEntryMethod · 0.45
InvalidateMethod · 0.45
ValueMethod · 0.45
CleanupThreadStateMethod · 0.45

Calls 1

SliceClass · 0.50

Tested by

no test coverage detected