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

Function JSONTypeError

cpp/src/arrow/json/from_string.cc:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88Status JSONTypeError(const char* expected_type, rj::Type json_type) {
89 return Status::Invalid("Expected ", expected_type, " or null, got JSON type ",
90 JsonTypeName(json_type));
91}
92
93class JSONConverter {
94 public:

Callers 13

SizeOfJSONArrayMethod · 0.85
AppendValueMethod · 0.85
AppendValueMethod · 0.85
ConvertNumberFunction · 0.85
AppendValueMethod · 0.85
AppendValueMethod · 0.85
AppendValueMethod · 0.85
AppendValueMethod · 0.85
AppendValueMethod · 0.85
AppendValueMethod · 0.85
AppendValueMethod · 0.85
AppendValueMethod · 0.85

Calls 2

JsonTypeNameFunction · 0.70
InvalidFunction · 0.50

Tested by

no test coverage detected