Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetNextInternal
Method · 0.80
RecoverWriteError
Method · 0.80
Calls
1
error
Method · 0.45
Tested by
no test coverage detected