MCPcopy 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
489Status Frontend::StoreExecStats(const THistoricalStatsUpdate& stats) {
490 return JniUtil::CallJniMethod(fe_, store_exec_stats_, stats);
491}

Callers 1

StoreExecutionStatsMethod · 0.80

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected