MCPcopy Create free account
hub / github.com/apache/arrow / operator*

Method operator*

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

Source from the content-addressed store, hash-verified

165 }
166
167 Result<T> operator*() {
168 ARROW_RETURN_NOT_OK(value_);
169
170 auto value = std::move(value_);
171 value_ = IterationTraits<T>::End();
172 return value;
173 }
174
175 private:
176 void Next() {

Callers

nothing calls this directly

Calls 1

EndFunction · 0.70

Tested by

no test coverage detected