MCPcopy 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
858inline Future<> ToFuture(Status status) {
859 return Future<>::MakeFinished(std::move(status));
860}
861
862template <typename T>
863Future<T> ToFuture(T value) {

Callers 4

MakeDecodingGeneratorFunction · 0.85
ReadNextAsyncMethod · 0.85
MakeMappedGeneratorFunction · 0.85
EnsureFutureClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected