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

Method GetTableNames

be/src/catalog/catalog.cc:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190Status Catalog::GetTableNames(const string& db, const string* pattern,
191 TGetTablesResult* table_names) {
192 TGetTablesParams params;
193 params.__set_db(db);
194 if (pattern != NULL) params.__set_pattern(*pattern);
195 return JniUtil::CallJniMethod(catalog_, get_table_names_id_, params, table_names);
196}
197
198Status Catalog::GetTableMetrics(const string& db, const string& tbl,
199 string* table_metrics) {

Callers 2

_getTableSchemaVersionFunction · 0.45
CatalogUrlCallbackMethod · 0.45

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected