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

Method Hash

be/src/runtime/io/data-cache.cc:433–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431 }
432
433 int64_t Hash() const {
434 return HashUtil::FastHash64(key_.data(), key_.size(), 0);
435 }
436
437 Slice filename() const {
438 return Slice(key_.data() + OFFSETOF_FILENAME, key_.size() - OFFSETOF_FILENAME);

Callers 3

LookupMethod · 0.45
StoreInternalMethod · 0.45
TraceMethod · 0.45

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected