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:863–868 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
861
}
862
863
Status CheckHasNext() {
864
if (AtEnd()) {
865
return Invalid();
866
}
867
return Status::OK();
868
}
869
870
Status CheckAtEnd() {
871
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