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

Method ShowRoles

be/src/service/frontend.cc:322–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322Status Frontend::ShowRoles(const TShowRolesParams& params, TShowRolesResult* result) {
323 return JniUtil::CallJniMethod(fe_, show_roles_id_, params, result);
324}
325
326Status Frontend::ShowCurrentGroups(const TShowCurrentGroupsParams& params,
327 TShowCurrentGroupsResult* result) {

Callers 1

ExecLocalCatalogOpMethod · 0.80

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected