MCPcopy 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

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