Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetConcreteFuture
Function
GetConcreteFuture
cpp/src/arrow/util/future.cc:202–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
namespace {
201
202
ConcreteFutureImpl* GetConcreteFuture(FutureImpl* future) {
203
return checked_cast<ConcreteFutureImpl*>(future);
204
}
205
206
} // namespace
207
Callers
5
Wait
Method · 0.85
MarkFinished
Method · 0.85
MarkFailed
Method · 0.85
AddCallback
Method · 0.85
TryAddCallback
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected