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

Method IsDiskIoError

be/src/common/status.h:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 bool IsDiskIoError() const {
241 return msg_ != NULL
242 && msg_->error() == TErrorCode::DISK_IO_ERROR;
243 }
244
245 bool IsThreadPoolError() const {
246 return msg_ != NULL

Callers 3

GetNextInternalMethod · 0.80
TEST_FFunction · 0.80
IsBlacklistableErrorMethod · 0.80

Calls 1

errorMethod · 0.45

Tested by 1

TEST_FFunction · 0.64