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:847–847 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
845
bool AtEnd() const { return index_ >= view_.length(); }
846
847
char Next() { return view_[index_++]; }
848
849
std::string_view Rest() { return view_.substr(index_); }
850
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