MCPcopy 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
48double TimeSeries::value() const {
49 std::lock_guard<simple_spinlock> l(lock_);
50 return val_;
51}
52
53TimeSeriesCollector::~TimeSeriesCollector() {
54 if (started_) {

Callers 1

BuildMetricsStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected