Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ToFuture
Function
ToFuture
cpp/src/arrow/util/future.h:858–860 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
856
}
857
858
inline Future<> ToFuture(Status status) {
859
return Future<>::MakeFinished(std::move(status));
860
}
861
862
template <typename T>
863
Future<T> ToFuture(T value) {
Callers
4
MakeDecodingGenerator
Function · 0.85
ReadNextAsync
Method · 0.85
MakeMappedGenerator
Function · 0.85
EnsureFuture
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected