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

Method filename

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

Source from the content-addressed store, hash-verified

435 }
436
437 Slice filename() const {
438 return Slice(key_.data() + OFFSETOF_FILENAME, key_.size() - OFFSETOF_FILENAME);
439 }
440
441 int64_t mtime() const {
442 return UNALIGNED_LOAD64(key_.data() + OFFSETOF_MTIME);

Callers 3

StoreInternalMethod · 0.45
TraceMethod · 0.45

Calls 3

SliceClass · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected