MCPcopy 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

FrontendMethod · 0.95
updateCatalogCacheMethod · 0.95
convertTableMethod · 0.95
doLoadTableDataMethod · 0.95
getCatalogMetricsMethod · 0.95
getCatalogInfoMethod · 0.95
getTableNamesMethod · 0.95
getForeignKeysMethod · 0.95
getDbsMethod · 0.95

Calls 1

getOrCreateCatalogMethod · 0.45

Tested by

no test coverage detected