Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ value
Method
value
be/src/kudu/util/test_graph.cc:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
double TimeSeries::value() const {
49
std::lock_guard<simple_spinlock> l(lock_);
50
return val_;
51
}
52
53
TimeSeriesCollector::~TimeSeriesCollector() {
54
if (started_) {
Callers
1
BuildMetricsString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected