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

Method Get

be/src/util/lru-multi-cache.inline.h:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63template <typename KeyType, typename ValueType>
64ValueType* LruMultiCache<KeyType, ValueType>::Accessor::Get() {
65 if (p_value_internal_) return &(p_value_internal_->value);
66
67 return nullptr;
68}
69
70template <typename KeyType, typename ValueType>
71const KeyType* const LruMultiCache<KeyType, ValueType>::Accessor::GetKey() const {

Callers

nothing calls this directly

Calls 6

IsAvailableMethod · 0.80
AccessorClass · 0.70
findMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected