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

Method Key

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

Source from the content-addressed store, hash-verified

296 }
297
298 Slice Key(const UniqueHandle& handle) const override {
299 return reinterpret_cast<HandleBase*>(handle.get())->key();
300 }
301
302 Slice Value(const UniqueHandle& handle) const override {
303 return reinterpret_cast<HandleBase*>(handle.get())->value();

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
keyMethod · 0.45

Tested by

no test coverage detected