Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ QueueSize
Method
QueueSize
be/src/runtime/data-stream-test.cc:163–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
int QueueSize() {
164
rapidjson::Document doc(rapidjson::kObjectType);
165
rpc_mgr_->ToJson(&doc);
166
return doc[
"services"
][0][
"queue_size"
].GetInt();
167
}
168
169
private:
170
RpcMgr* rpc_mgr_;
Callers
1
TEST_F
Function · 0.45
Calls
2
ToJson
Method · 0.45
GetInt
Method · 0.45
Tested by
no test coverage detected