Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ RangeIterator
Method
RangeIterator
cpp/src/arrow/util/iterator.h:152–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
class RangeIterator {
151
public:
152
RangeIterator() : value_(IterationTraits<T>::End()) {}
153
154
explicit RangeIterator(Iterator i)
155
: value_(IterationTraits<T>::End()),
Callers
nothing calls this directly
Calls
2
End
Function · 0.70
Next
Function · 0.50
Tested by
no test coverage detected