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

Method ShowCreateFunction

be/src/service/frontend.cc:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240Status Frontend::ShowCreateFunction(const TGetFunctionsParams& params, string* response) {
241 return JniUtil::CallJniMethod(fe_, show_create_function_id_, params, response);
242}
243
244Status Frontend::GetCatalogMetrics(TGetCatalogMetricsResult* resp) {
245 return JniUtil::CallJniMethod(fe_, get_catalog_metrics_id_, resp);

Callers 1

ExecLocalCatalogOpMethod · 0.80

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected