Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
void StopSource::Reset() {
74
std::lock_guard<std::mutex> lock(impl_->mutex_);
75
impl_->cancel_error_ = Status::OK();
76
impl_->requested_.store(0);
77
}
78
79
StopToken StopSource::token() { return StopToken(impl_); }
80
Callers
6
TestRleDecoder
Function · 0.45
TestBitPackedDecoder
Function · 0.45
OnRleRun
Function · 0.45
OnBitPackedRun
Function · 0.45
TEST_P
Function · 0.45
TestRangeOfValuesUsed
Method · 0.45
Calls
2
store
Method · 0.80
OK
Function · 0.50
Tested by
6
TestRleDecoder
Function · 0.36
TestBitPackedDecoder
Function · 0.36
OnRleRun
Function · 0.36
OnBitPackedRun
Function · 0.36
TEST_P
Function · 0.36
TestRangeOfValuesUsed
Method · 0.36