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

Method data_slice

be/src/codegen/llvm-codegen-cache.h:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 /// Return the data of the key.
124 string& data() { return key_; }
125 Slice data_slice() const { return Slice(key_.c_str(), key_.size()); }
126
127 /// Return if the key is empty.
128 bool empty() const { return key_.empty(); }

Callers 2

LookupMethod · 0.80
StoreInternalMethod · 0.80

Calls 2

SliceClass · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected