Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ CheckAtEnd
Method
CheckAtEnd
cpp/src/arrow/c/bridge.cc:870–875 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
868
}
869
870
Status CheckAtEnd() {
871
if (!AtEnd()) {
872
return Invalid();
873
}
874
return Status::OK();
875
}
876
877
template <typename IntType = int32_t>
878
Result<IntType> ParseInt(std::string_view v) {
Callers
6
ProcessPrimitive
Method · 0.80
ProcessListLike
Method · 0.80
ProcessListView
Method · 0.80
ProcessMap
Method · 0.80
ProcessStruct
Method · 0.80
ProcessREE
Method · 0.80
Calls
2
Invalid
Function · 0.50
OK
Function · 0.50
Tested by
no test coverage detected