MCPcopy Create free account
hub / github.com/apache/arrow / ZlibErrorPrefix

Function ZlibErrorPrefix

cpp/src/arrow/util/compression_zlib.cc:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97Status ZlibErrorPrefix(const char* prefix_msg, const char* msg) {
98 return Status::IOError(prefix_msg, (msg) ? msg : "(unknown error)");
99}
100
101// ----------------------------------------------------------------------
102// gzip decompressor implementation

Callers 6

ZlibErrorMethod · 0.85
ZlibErrorMethod · 0.85
InitCompressorMethod · 0.85
InitDecompressorMethod · 0.85
DecompressMethod · 0.85
CompressMethod · 0.85

Calls 1

IOErrorFunction · 0.85

Tested by

no test coverage detected