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

Method Abandon

be/src/runtime/query-driver.cc:558–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void QueryDriver::Abandon() {
559 finalized_.Store(true);
560}
561
562void QueryDriver::IncludeInQueryLog(const bool include) noexcept {
563 include_in_query_log_ = include;

Callers 2

ExecuteMethod · 0.80
TESTFunction · 0.80

Calls 1

StoreMethod · 0.45

Tested by 1

TESTFunction · 0.64