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

Method HasValue

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

Source from the content-addressed store, hash-verified

235 : finished_(finished), ready_for_next_(ready_for_next), yield_value_() {}
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_; }

Callers 5

PropertiesToMetadataFunction · 0.45
BreakMethod · 0.45
PumpMethod · 0.45
PumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected