MCPcopy 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

ReadNextMethod · 0.50

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected