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

Method IsCancelled

be/src/runtime/query-state.h:251–251  ·  view source on GitHub ↗

Return true if the executing fragment instances have been cancelled.

Source from the content-addressed store, hash-verified

249
250 /// Return true if the executing fragment instances have been cancelled.
251 bool IsCancelled() const { return (is_cancelled_.Load() == 1); }
252
253 /// Increment the resource refcount. Must be decremented before the query state
254 /// reference is released. A refcount should be held by a fragment or other entity

Callers 11

ApplyExecStatusReportMethod · 0.45
HasErrorStatusMethod · 0.45
UpdateExecStateMethod · 0.45
ReadStreamMethod · 0.45
ReadStreamMergingMethod · 0.45
TEST_FFunction · 0.45
RecoverWriteErrorMethod · 0.45
EnqueueWriteRangeMethod · 0.45

Calls 1

LoadMethod · 0.45

Tested by 3

ReadStreamMethod · 0.36
ReadStreamMergingMethod · 0.36
TEST_FFunction · 0.36