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

Method get

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

Source from the content-addressed store, hash-verified

704 explicit WeakFuture(const Future<T>& future) : impl_(future.impl_) {}
705
706 Future<T> get() { return Future<T>{impl_.lock()}; }
707
708 private:
709 std::weak_ptr<FutureImpl> impl_;

Callers 15

TEST_FFunction · 0.45
EqualsMethod · 0.45
AppendFunction · 0.45
extension_typeFunction · 0.45
ValidateMethod · 0.45
ValidateFullMethod · 0.45
ValidateMetaMethod · 0.45
TableBatchReaderMethod · 0.45
ReadNextMethod · 0.45
EqualsMethod · 0.45
GetTypeMethod · 0.45
NestedSelectorMethod · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
SetUpMethod · 0.36
SetUpMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
BuildArrayFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36