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