MCPcopy Create free account
hub / github.com/apache/arrow / GetResult

Method GetResult

cpp/src/arrow/util/future.h:647–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645 void Initialize() { impl_ = FutureImpl::Make(); }
646
647 Result<ValueType>* GetResult() const { return impl_->CastResult<ValueType>(); }
648
649 void SetResult(Result<ValueType> res) {
650 impl_->result_ = {new Result<ValueType>(std::move(res)),

Callers 15

WriteIndicesVaryingMethod · 0.45
RestoreTestBucketMethod · 0.45
GetBucketRegionMethod · 0.45
InitMethod · 0.45
CreateMultipartUploadMethod · 0.45
UploadPartMethod · 0.45
IsNonEmptyDirectoryMethod · 0.45
RunMethod · 0.45
operator()Method · 0.45
EnsureIsDirAsyncMethod · 0.45
ProcessListBucketsMethod · 0.45

Calls

no outgoing calls

Tested by 1

RestoreTestBucketMethod · 0.36