Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Abort
Method
Abort
cpp/src/arrow/io/concurrency.h:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
Status Abort() final {
170
auto guard = lock_.exclusive_guard();
171
return derived()->DoAbort();
172
}
173
174
Result<int64_t> Tell() const final {
175
auto guard = lock_.exclusive_guard();
Callers
nothing calls this directly
Calls
1
DoAbort
Method · 0.45
Tested by
no test coverage detected