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

Method GetNumDataBytesSent

be/src/runtime/krpc-data-stream-sender.cc:1348–1350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1346
1347
1348int64_t KrpcDataStreamSender::GetNumDataBytesSent() const {
1349 return bytes_sent_counter_->value();
1350}
1351
1352} // namespace impala

Callers 1

SenderMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by 1

SenderMethod · 0.64