Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getMetrics
Method
getMetrics
fe/src/main/java/org/apache/impala/catalog/Table.java:425–425 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
423
}
424
425
public
Metrics getMetrics() {
return
metrics_; }
426
427
// Returns storage wait time during metadata load.
428
public
long getStorageLoadTime() {
return
storageMetadataLoadTime_; }
Callers
13
alterTable
Method · 0.95
updateCatalogImpl
Method · 0.95
getTableMetrics
Method · 0.95
loadAllColumnStats
Method · 0.95
process
Method · 0.95
load
Method · 0.45
reloadTable
Method · 0.45
load
Method · 0.45
loadFileMetadata
Method · 0.45
load
Method · 0.45
loadAllPartitions
Method · 0.45
loadFileMetadataForPartitions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected