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

Method HasError

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

Source from the content-addressed store, hash-verified

261 bool SkipNextObject();
262
263 bool HasError() { return code_ != rapidjson::kParseErrorNone; }
264 rapidjson::ParseErrorCode GetErrorCode() { return code_; }
265
266 private:

Callers 1

CountJsonObjectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected