MCPcopy Create free account
hub / github.com/apache/arrow / IsStopRequested

Method IsStopRequested

cpp/src/arrow/util/cancel.cc:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79StopToken StopSource::token() { return StopToken(impl_); }
80
81bool StopToken::IsStopRequested() const {
82 if (!impl_) {
83 return false;
84 }
85 return impl_->requested_.load() != 0;
86}
87
88Status StopToken::Poll() const {
89 if (!impl_) {

Callers 15

ToRecordBatchesMethod · 0.80
NextMethod · 0.80
ListFlightsMethod · 0.80
ListActionsMethod · 0.80
operator()Method · 0.80
AppendRealMethod · 0.80
AppendRealMethod · 0.80
AddTaskMethod · 0.80
SubmitTaskUnlockedMethod · 0.80
TEST_FFunction · 0.80
AssertStopRequestedMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
AssertStopRequestedMethod · 0.64