MCPcopy Create free account
hub / github.com/apache/impala / getDbs

Method getDbs

fe/src/main/java/org/apache/impala/catalog/FeCatalog.java:39–39  ·  view source on GitHub ↗

@see Catalog#getDbs(PatternMatcher)

(PatternMatcher matcher)

Source from the content-addressed store, hash-verified

37public interface FeCatalog {
38 /** @see Catalog#getDbs(PatternMatcher) */
39 List<? extends FeDb> getDbs(PatternMatcher matcher);
40
41 List<String> getTableNames(String dbName, PatternMatcher matcher)
42 throws DatabaseNotFoundException;

Callers 9

mainMethod · 0.65
getDbsMethod · 0.65
testDbsMethod · 0.65
getCatalogMetricsMethod · 0.65
getDbsMethod · 0.65
copyTestCaseDataMethod · 0.65
getDbsMethod · 0.65
doGetDbsMetadataMethod · 0.65
getDbsMethod · 0.65

Implementers 2

LocalCatalogfe/src/main/java/org/apache/impala/cat
ImpaladCatalogfe/src/main/java/org/apache/impala/cat

Calls

no outgoing calls

Tested by 3

mainMethod · 0.52
getDbsMethod · 0.52
testDbsMethod · 0.52