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

Method state

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

\brief Return the Future's current state A return value of PENDING is only indicative, as the Future can complete concurrently. A return value of FAILURE or SUCCESS is definitive, though.

Source from the content-addressed store, hash-verified

338 /// A return value of PENDING is only indicative, as the Future can complete
339 /// concurrently. A return value of FAILURE or SUCCESS is definitive, though.
340 FutureState state() const {
341 CheckValid();
342 return impl_->state();
343 }
344
345 /// \brief Whether the Future is finished
346 ///

Callers 4

TESTFunction · 0.45
TESTFunction · 0.45
is_finishedMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36