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

Method double_value

be/src/util/runtime-profile.h:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 virtual int64_t value() const { return value_.Load(); }
129
130 double double_value() const {
131 int64_t v = value();
132 return *reinterpret_cast<const double*>(&v);
133 }
134
135 /// Prints the contents of the counter in a name: value format, prefixed on
136 /// each line by 'prefix' and terminated with a newline.

Callers 3

TESTFunction · 0.80
UpdateCounterMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64