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

Method set_query_exec_finished

be/src/runtime/mem-tracker.h:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372 const std::string& details, int64_t failed_allocation = 0) WARN_UNUSED_RESULT;
373
374 void set_query_exec_finished() {
375 DCHECK(is_query_mem_tracker_);
376 query_exec_finished_.Store(1);
377 }
378
379 static const std::string COUNTER_NAME;
380

Callers 1

Calls 1

StoreMethod · 0.45

Tested by

no test coverage detected