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

Method value

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

Source from the content-addressed store, hash-verified

102 }
103
104 Slice value() const {
105 return Slice(val_ptr(), val_length);
106 }
107};
108
109// We provide our own simple hash table since it removes a whole bunch

Callers 3

FreeEntryMethod · 0.45
InvalidateMethod · 0.45
ValueMethod · 0.45

Calls 1

SliceClass · 0.70

Tested by

no test coverage detected