Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ReadyForNext
Method
ReadyForNext
cpp/src/arrow/util/iterator.h:239–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
bool HasValue() const { return yield_value_.has_value(); }
238
bool Finished() const { return finished_; }
239
bool ReadyForNext() const { return ready_for_next_; }
240
T Value() const { return *yield_value_; }
241
242
bool finished_ = false;
Callers
2
Pump
Method · 0.80
Pump
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected