MCPcopy Create free account
hub / github.com/apache/impala / GetErrorCode

Method GetErrorCode

be/src/exec/json/json-parser.h:264–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263 bool HasError() { return code_ != rapidjson::kParseErrorNone; }
264 rapidjson::ParseErrorCode GetErrorCode() { return code_; }
265
266 private:
267 friend class JsonParserTest;

Callers 2

TestSkipMethod · 0.80
CountJsonObjectsMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestSkipMethod · 0.64