Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Next
Method
Next
cpp/src/arrow/c/bridge.cc:852–852 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
850
bool AtEnd() const { return index_ >= view_.length(); }
851
852
char Next() { return view_[index_++]; }
853
854
std::string_view Rest() { return view_.substr(index_); }
855
Callers
7
ProcessFormat
Method · 0.45
ProcessBinaryView
Method · 0.45
ProcessTemporal
Method · 0.45
ProcessNested
Method · 0.45
ProcessDate
Method · 0.45
ProcessInterval
Method · 0.45
ProcessUnion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected