MCPcopy Create free account
hub / github.com/apache/cloudberry / isError

Method isError

gpcontrib/gpcloud/include/s3key_reader.h:185–187  ·  view source on GitHub ↗

Error is shared among all ChunkBuffers of a KeyReader.

Source from the content-addressed store, hash-verified

183
184 // Error is shared among all ChunkBuffers of a KeyReader.
185 bool isError() {
186 return this->sharedKeyReader.isSharedError();
187 }
188
189 uint64_t read(char* buf, uint64_t len);
190 uint64_t fill();

Callers 3

readMethod · 0.95
fillMethod · 0.95
DownloadThreadFuncFunction · 0.80

Calls 1

isSharedErrorMethod · 0.80

Tested by

no test coverage detected