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

Method ShowCurrentGroups

be/src/service/frontend.cc:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326Status Frontend::ShowCurrentGroups(const TShowCurrentGroupsParams& params,
327 TShowCurrentGroupsResult* result) {
328 return JniUtil::CallJniMethod(fe_, show_current_groups_id_, params, result);
329}
330
331Status Frontend::GetCatalogObject(const TCatalogObject& req,
332 TCatalogObject* resp) {

Callers 1

ExecLocalCatalogOpMethod · 0.80

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected