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

Method Finished

cpp/src/arrow/util/iterator.h:238–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236
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

Callers 2

PumpMethod · 0.45
PumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected