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

Method GetTableNames

be/src/service/frontend.cc:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248Status Frontend::GetTableNames(const string& db, const string* pattern,
249 const TSessionState* session, TGetTablesResult* table_names) {
250 set<TImpalaTableType::type> table_types = set<TImpalaTableType::type>();
251 return GetTableNames(db, pattern, session, table_types, table_names);
252}
253
254Status Frontend::GetTableNames(const string& db, const string* pattern,
255 const TSessionState* session, const set<TImpalaTableType::type>& table_types,

Callers 2

ExecLocalCatalogOpMethod · 0.45
CatalogHandlerMethod · 0.45

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected