Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_F
Function · 0.45
Equals
Method · 0.45
Append
Function · 0.45
extension_type
Function · 0.45
Validate
Method · 0.45
ValidateFull
Method · 0.45
ValidateMeta
Method · 0.45
TableBatchReader
Method · 0.45
ReadNext
Method · 0.45
Equals
Method · 0.45
GetType
Method · 0.45
NestedSelector
Method · 0.45
Calls
no outgoing calls
Tested by
15
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
SetUp
Method · 0.36
SetUp
Method · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
BuildArray
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36