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

Method end

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

Source from the content-addressed store, hash-verified

188 RangeIterator begin() { return RangeIterator(std::move(*this)); }
189
190 RangeIterator end() { return RangeIterator(); }
191
192 /// \brief Move every element of this iterator into a vector.
193 Result<std::vector<T>> ToVector() {

Callers

nothing calls this directly

Calls 1

RangeIteratorClass · 0.85

Tested by

no test coverage detected