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

Method HashCode

be/src/kudu/util/debug-util.cc:721–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721uint64_t StackTrace::HashCode() const {
722 return util_hash::CityHash64(reinterpret_cast<const char*>(frames_),
723 sizeof(frames_[0]) * num_frames_);
724}
725
726bool StackTrace::LessThan(const StackTrace& s) const {
727 return std::lexicographical_compare(frames_, &frames_[num_frames_],

Callers 1

AddStackMethod · 0.45

Calls 1

CityHash64Function · 0.85

Tested by

no test coverage detected