Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetReplayStatistics
Method
GetReplayStatistics
be/src/runtime/io/data-cache-trace.h:217–220 ·
view source on GitHub ↗
Get the hit statistics for the replay of the trace.
Source
from the content-addressed store, hash-verified
215
216
// Get the hit statistics for the replay of the trace.
217
CacheHitStatistics GetReplayStatistics() const {
218
DCHECK(initialized_);
219
return replay_stats_;
220
}
221
222
private:
223
Callers
3
main
Function · 0.80
TEST_P
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST_P
Function · 0.64
TEST_F
Function · 0.64