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

Method GetDbs

be/src/catalog/catalog.cc:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184Status Catalog::GetDbs(const string* pattern, TGetDbsResult* dbs) {
185 TGetDbsParams params;
186 if (pattern != NULL) params.__set_pattern(*pattern);
187 return JniUtil::CallJniMethod(catalog_, get_dbs_id_, params, dbs);
188}
189
190Status Catalog::GetTableNames(const string& db, const string* pattern,
191 TGetTablesResult* table_names) {

Callers 1

CatalogUrlCallbackMethod · 0.45

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected