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

Method GetCatalogObject

be/src/service/frontend.cc:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331Status Frontend::GetCatalogObject(const TCatalogObject& req,
332 TCatalogObject* resp) {
333 return JniUtil::CallJniMethod(fe_, get_catalog_object_id_, req, resp);
334}
335
336Status Frontend::GetCatalogTable(const TTableName& table_name, jobject* result) {
337 return JniUtil::CallJniMethod(fe_, get_catalog_table_id_, table_name, result);

Callers 1

CatalogObjectsHandlerMethod · 0.45

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected