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

Method GetExecRequest

be/src/service/frontend.cc:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340Status Frontend::GetExecRequest(
341 const TQueryCtx& query_ctx, TExecRequest* result) {
342 return JniUtil::CallJniMethod(fe_, create_exec_request_id_, query_ctx, result);
343}
344
345Status Frontend::CancelExecRequest(const TUniqueId& query_id) {
346 return JniUtil::CallJniMethod(fe_, cancel_exec_request_id_, query_id);

Callers 2

DoFrontendPlanningMethod · 0.80

Calls 1

CallJniMethodFunction · 0.85

Tested by

no test coverage detected