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

Method Reset

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

Source from the content-addressed store, hash-verified

71}
72
73void StopSource::Reset() {
74 std::lock_guard<std::mutex> lock(impl_->mutex_);
75 impl_->cancel_error_ = Status::OK();
76 impl_->requested_.store(0);
77}
78
79StopToken StopSource::token() { return StopToken(impl_); }
80

Callers 6

TestRleDecoderFunction · 0.45
TestBitPackedDecoderFunction · 0.45
OnRleRunFunction · 0.45
OnBitPackedRunFunction · 0.45
TEST_PFunction · 0.45
TestRangeOfValuesUsedMethod · 0.45

Calls 2

storeMethod · 0.80
OKFunction · 0.50

Tested by 6

TestRleDecoderFunction · 0.36
TestBitPackedDecoderFunction · 0.36
OnRleRunFunction · 0.36
OnBitPackedRunFunction · 0.36
TEST_PFunction · 0.36
TestRangeOfValuesUsedMethod · 0.36