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

Method AddBytesSentCounter

be/src/runtime/runtime-state.h:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 }
249
250 void AddBytesSentCounter(RuntimeProfile::Counter* counter) {
251 bytes_sent_counters_.push_back(counter);
252 }
253
254 /// Computes the ratio between the bytes sent and the bytes read by this runtime state's
255 /// fragment instance. For fragment instances that don't scan data, this returns 0.

Callers 1

PrepareMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected