MCPcopy 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

200namespace {
201
202ConcreteFutureImpl* GetConcreteFuture(FutureImpl* future) {
203 return checked_cast<ConcreteFutureImpl*>(future);
204}
205
206} // namespace
207

Callers 5

WaitMethod · 0.85
MarkFinishedMethod · 0.85
MarkFailedMethod · 0.85
AddCallbackMethod · 0.85
TryAddCallbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected