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

Method TotalNumValues

be/src/util/runtime-profile.cc:2344–2347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2342}
2343
2344int32_t RuntimeProfileBase::SummaryStatsCounter::TotalNumValues() {
2345 lock_guard<SpinLock> l(lock_);
2346 return total_num_values_;
2347}
2348
2349void RuntimeProfileBase::SummaryStatsCounter::PrettyPrint(
2350 const string& prefix, const string& name, Verbosity verbosity, ostream* s) const {

Callers 1

PrintWarningsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected