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

Method IsMemLimitExceeded

be/src/common/status.h:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 }
224
225 bool IsMemLimitExceeded() const {
226 return msg_ != NULL
227 && msg_->error() == TErrorCode::MEM_LIMIT_EXCEEDED;
228 }
229
230 bool IsInternalError() const {
231 return msg_ != NULL

Callers 2

GetNextInternalMethod · 0.80
RecoverWriteErrorMethod · 0.80

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected