Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TestSkip
Method · 0.80
CountJsonObjects
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestSkip
Method · 0.64