Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ StoreExecStats
Method
StoreExecStats
be/src/service/frontend.cc:489–491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
}
488
489
Status Frontend::StoreExecStats(const THistoricalStatsUpdate& stats) {
490
return JniUtil::CallJniMethod(fe_, store_exec_stats_, stats);
491
}
Callers
1
StoreExecutionStats
Method · 0.80
Calls
1
CallJniMethod
Function · 0.85
Tested by
no test coverage detected