Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getCatalog
Method
getCatalog
fe/src/main/java/org/apache/impala/service/Frontend.java:615–615 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
613
}
614
615
public
FeCatalog getCatalog() {
return
catalogManager_.getOrCreateCatalog(); }
616
617
public
AuthorizationFactory getAuthzFactory() {
return
authzFactory_; }
618
Callers
15
Frontend
Method · 0.95
updateCatalogCache
Method · 0.95
convertTable
Method · 0.95
doLoadTableData
Method · 0.95
doLoadIcebergTableData
Method · 0.95
getCatalogMetrics
Method · 0.95
getCatalogInfo
Method · 0.95
getTableNames
Method · 0.95
filterTablesIfAuthNeeded
Method · 0.95
doGetMetadataTableNames
Method · 0.95
getForeignKeys
Method · 0.95
getDbs
Method · 0.95
Calls
1
getOrCreateCatalog
Method · 0.45
Tested by
no test coverage detected