Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ state
Function
state
cpp/src/arrow/util/future.h:263–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
virtual ~FutureImpl() = default;
262
263
FutureState state() { return state_.load(); }
264
265
static std::unique_ptr<FutureImpl> Make();
266
static std::unique_ptr<FutureImpl> MakeFinished(FutureState state);
Callers
1
ReadNext
Method · 0.50
Calls
1
load
Method · 0.45
Tested by
no test coverage detected