Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ CheckHasNext
Method
CheckHasNext
cpp/src/arrow/c/bridge.cc:858–863 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
856
}
857
858
Status CheckHasNext() {
859
if (AtEnd()) {
860
return Invalid();
861
}
862
return Status::OK();
863
}
864
865
Status CheckAtEnd() {
866
if (!AtEnd()) {
Callers
7
ProcessFormat
Method · 0.80
ProcessBinaryView
Method · 0.80
ProcessTemporal
Method · 0.80
ProcessNested
Method · 0.80
ProcessDate
Method · 0.80
ProcessInterval
Method · 0.80
ProcessUnion
Method · 0.80
Calls
2
Invalid
Function · 0.50
OK
Function · 0.50
Tested by
no test coverage detected