Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1348
int64_t KrpcDataStreamSender::GetNumDataBytesSent() const {
1349
return bytes_sent_counter_->value();
1350
}
1351
1352
} // namespace impala
Callers
1
Sender
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
1
Sender
Method · 0.64