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