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

Method CloseQuery

be/src/service/internal-server.cc:275–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273} // ImpalaServer::FetchAllRowsHS2
274
275void ImpalaServer::CloseQuery(const TUniqueId& query_id) {
276 QueryHandle query_handle;
277 Status found = GetActiveQueryHandle(query_id, &query_handle);
278
279 if (!found.ok()) {
280 return;
281 }
282
283 UnregisterQueryDiscardResult(query_handle->query_id());
284} // ImpalaServer::CloseQuery
285
286void ImpalaServer::GetConnectionContextList(
287 ThriftServer::ConnectionContextList* connection_contexts) {

Callers 2

TESTFunction · 0.80
runTestQueriesFunction · 0.80

Calls 2

okMethod · 0.45
query_idMethod · 0.45

Tested by 2

TESTFunction · 0.64
runTestQueriesFunction · 0.64