MCPcopy Create free account
hub / github.com/apache/arrow / ParseError

Function ParseError

cpp/src/arrow/json/parser.cc:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53template <typename... T>
54static Status ParseError(T&&... t) {
55 return Status::Invalid("JSON parse error: ", std::forward<T>(t)...);
56}
57
58const std::string& Kind::Name(Kind::type kind) {
59 static const std::string names[] = {

Callers 6

AppendNullMethod · 0.70
DoParseMethod · 0.70
SetFieldBuilderMethod · 0.70
EndObjectImplMethod · 0.70
IllegallyChangedToMethod · 0.70
KeyMethod · 0.70

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected