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

Method key

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

Source from the content-addressed store, hash-verified

58 }
59
60 Slice key() const {
61 return Slice(kv_data_ptr_, key_length_);
62 }
63
64 uint32_t hash() const { return hash_; }
65

Callers 11

IncrementMethod · 0.45
~RLCacheShardMethod · 0.45
FreeEntryMethod · 0.45
EnforceCapacityMethod · 0.45
InvalidateMethod · 0.45
InsertMethod · 0.45
FindPointerMethod · 0.45
KeyMethod · 0.45
ToUninitializedMethod · 0.45
InsertMethod · 0.45
CleanupThreadStateMethod · 0.45

Calls 1

SliceClass · 0.50

Tested by

no test coverage detected