MCPcopy 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

ProcessPrimitiveMethod · 0.80
ProcessListLikeMethod · 0.80
ProcessListViewMethod · 0.80
ProcessMapMethod · 0.80
ProcessStructMethod · 0.80
ProcessREEMethod · 0.80

Calls 2

InvalidFunction · 0.50
OKFunction · 0.50

Tested by

no test coverage detected